version 1.30 | | version 1.31 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.30 2002/09/28 07:19:39 mwedel Exp $"; | | * "$Id: loader.l,v 1.31 2002/10/28 04:42:45 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
"no_skill_ident", "is_blind", "can_see_in_dark", "is_cauldron", | | "no_skill_ident", "is_blind", "can_see_in_dark", "is_cauldron", |
"is_dust", "no_steal", "one_hit", NULL, "berserk", "neutral", /* 100 */ | | "is_dust", "no_steal", "one_hit", NULL, "berserk", "neutral", /* 100 */ |
"no_attack", "no_damage", NULL, NULL, "activate_on_push", | | "no_attack", "no_damage", NULL, NULL, "activate_on_push", |
"activate_on_release" /* 104 */ | | "activate_on_release", "is_water" /* 104 */ |
}; | | }; |
| | |
| | |