version 1.54 | | version 1.55 |
---|
| | |
/* | | /* |
* static char *rcsid_c_object_c = | | * static char *rcsid_c_object_c = |
* "$Id: c_object.c,v 1.54 2003/10/27 09:48:34 gros Exp $"; | | * "$Id: c_object.c,v 1.55 2004/01/18 10:36:10 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
if(QUERY_FLAG(tmp, FLAG_MONSTER)) | | if(QUERY_FLAG(tmp, FLAG_MONSTER)) |
examine_monster(op,tmp); | | examine_monster(op,tmp); |
| | |
| | /* Is this item buildable? */ |
| | if ( QUERY_FLAG( tmp, FLAG_IS_BUILDABLE ) ) |
| | new_draw_info( NDI_UNIQUE, 0, op, "This is a buildable item." ); |
| | |
/* Does the object have a message? Don't show message for all object | | /* Does the object have a message? Don't show message for all object |
* types - especially if the first entry is a match | | * types - especially if the first entry is a match |