version 1.61 | | version 1.62 |
---|
| | |
%{ | | %{ |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.l,v 1.61 2004/11/15 17:55:29 akirschbaum Exp $"; | | * "$Id: loader.l,v 1.62 2005/03/13 15:48:20 ryo_saeba 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", "is_water", "use_content_on_gen", NULL, "is_buildable" /* 110 */ | | "activate_on_release", "is_water", "use_content_on_gen", NULL, "is_buildable", /* 110 */ |
| | NULL |
}; | | }; |
| | |
| | |