version 1.26 | | version 1.27 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.26 2003/01/30 00:07:08 garbled Exp $"; | | * "$Id: object.h,v 1.27 2003/02/12 06:30:26 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char *slaying; /* Which race to do double damage to */ | | char *slaying; /* Which race to do double damage to */ |
/* If this is an exit, this is the filename */ | | /* If this is an exit, this is the filename */ |
char *msg; /* If this is a book/sign/magic mouth/etc */ | | char *msg; /* If this is a book/sign/magic mouth/etc */ |
| | char *lore; /* Obscure information about this object, */ |
| | /* To get put into books and the like. */ |
| | |
sint16 x,y; /* Position in the map for this object */ | | sint16 x,y; /* Position in the map for this object */ |
sint16 ox,oy; /* For debugging: Where it was last inserted */ | | sint16 ox,oy; /* For debugging: Where it was last inserted */ |