version 1.30 | | version 1.31 |
---|
| | |
/* | | /* |
* static char *rcsid_rune_c = | | * static char *rcsid_rune_c = |
* "$Id: rune.c,v 1.30 2003/02/16 07:30:09 mwedel Exp $"; | | * "$Id: rune.c,v 1.31 2003/03/07 07:33:14 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
if (tmp->type == SIGN && !strcmp(tmp->arch->name,"rune_mark")) { | | if (tmp->type == SIGN && !strcmp(tmp->arch->name,"rune_mark")) { |
remove_ob(tmp); | | remove_ob(tmp); |
| | free_object(tmp); |
new_draw_info(NDI_UNIQUE, 0,op,"You wipe out the rune of marking!"); | | new_draw_info(NDI_UNIQUE, 0,op,"You wipe out the rune of marking!"); |
return 1; | | return 1; |
} | | } |