version 1.31 | | version 1.32 |
---|
| | |
/* | | /* |
* static char *rcsid_apply_c = | | * static char *rcsid_apply_c = |
* "$Id: apply.c,v 1.31 2001/01/31 07:54:52 cvs Exp $"; | | * "$Id: apply.c,v 1.32 2001/02/26 00:06:21 avogl Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
if (sign->stats.food) { | | if (sign->stats.food) { |
if (sign->last_eat >= sign->stats.food) { | | if (sign->last_eat >= sign->stats.food) { |
new_draw_info (NDI_UNIQUE, 0, op, "Nothing is written on it."); | | if (!QUERY_FLAG (sign, FLAG_WALK_ON) && !QUERY_FLAG (sign, FLAG_FLY_ON)) |
| | new_draw_info (NDI_UNIQUE, 0, op, "You cannot read it anymore."); |
return; | | return; |
} | | } |
sign->last_eat++; | | sign->last_eat++; |