version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_spells_c = | | * static char *rcsid_spells_c = |
* "$Id: spell_util.c,v 1.4 1999/09/17 19:18:34 damn Exp $"; | | * "$Id: spell_util.c,v 1.5 1999/09/18 07:08:32 damn Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char buf[MAX_BUF]; | | char buf[MAX_BUF]; |
if(op->exp_obj && op->exp_obj->stats.Wis) { | | if(op->exp_obj && op->exp_obj->stats.Wis) { |
if(op->inv) | | if(op->inv) |
sprintf(buf,"Your snake turns back into a staff.",op->name); | | sprintf(buf,"Your staff stops slithering around and lies still."); |
else | | else |
sprintf(buf,"Your %s departed this plane.",op->name); | | sprintf(buf,"Your %s departed this plane.",op->name); |
} else if (!strncmp(op->name,"animated ",9)) { | | } else if (!strncmp(op->name,"animated ",9)) { |