version 1.89 | | version 1.90 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.89 2004/06/18 07:45:29 mwedel Exp $"; | | * "$Id: spell_util.c,v 1.90 2005/01/12 08:04:02 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
if (mflags & P_OUT_OF_MAP) { | | if (mflags & P_OUT_OF_MAP) { |
return 0; | | return 0; |
} | | } |
| | if (mflags & P_NO_PASS) { |
| | new_draw_info(NDI_UNIQUE, 0, op, "You can't cast the spell on top of a wall!\n"); |
| | return 0; |
| | } |
| | |
tmp=arch_to_object(spell->other_arch); | | tmp=arch_to_object(spell->other_arch); |
| | |