version 1.36 | | version 1.37 |
---|
| | |
/* | | /* |
* static char *rcsid_rune_c = | | * static char *rcsid_rune_c = |
* "$Id: rune.c,v 1.36 2003/12/01 05:45:18 mwedel Exp $"; | | * "$Id: rune.c,v 1.37 2004/03/23 07:52:31 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{ | | { |
new_draw_info_format(NDI_UNIQUE, 0,disarmer, | | new_draw_info_format(NDI_UNIQUE, 0,disarmer, |
"You successfuly disarm the %s!",trap->name); | | "You successfuly disarm the %s!",trap->name); |
remove_ob(trap); | | destroy_object(trap); |
free_object(trap); | | |
/* If it is your own trap, (or any players trap), don't you don't | | /* If it is your own trap, (or any players trap), don't you don't |
* get exp for it. | | * get exp for it. |
*/ | | */ |