version 1.154 | | version 1.155 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.154 2006/05/13 05:02:09 qal21 Exp $"; | | * "$Id: spell_effect.c,v 1.155 2006/05/13 05:18:44 qal21 Exp $"; |
*/ | | */ |
| | |
| | |
| | |
} | | } |
| | |
/* Check to see if the player is on a transport */ | | /* Check to see if the player is on a transport */ |
if (op->transport) { | | if (op->contr && op->contr->transport) { |
new_draw_info(NDI_UNIQUE | NDI_NAVY, 0,op,"You need to exit the transport to cast that.\n"); | | new_draw_info(NDI_UNIQUE | NDI_NAVY, 0,op,"You need to exit the transport to cast that.\n"); |
return 0; | | return 0; |
} | | } |