version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_special_c = | | * static char *rcsid_special_c = |
* "$Id: special.c,v 1.14 2001/09/27 00:07:22 garbled Exp $"; | | * "$Id: special.c,v 1.15 2002/06/07 07:00:44 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
SET_FLAG(potion,FLAG_NO_PICK); | | SET_FLAG(potion,FLAG_NO_PICK); |
SET_FLAG(potion,FLAG_IDENTIFIED); | | SET_FLAG(potion,FLAG_IDENTIFIED); |
potion->name=add_string("fountain"); | | potion->name=add_string("fountain"); |
| | potion->name_pl=add_string("fountain"); |
potion->x = ix; | | potion->x = ix; |
potion->y = iy; | | potion->y = iy; |
potion->material=M_ADAMANT; | | potion->material=M_ADAMANT; |