version 1.96 | | version 1.97 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.96 2003/02/16 05:54:28 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.97 2003/02/21 07:55:38 mwedel Exp $"; |
*/ | | */ |
| | |
| | |
| | |
dummy->y=exity; | | dummy->y=exity; |
dummy->stats.exp=1; /*Set as a 2 ways exit (see manual_apply & is_legal_2ways_exit funcs)*/ | | dummy->stats.exp=1; /*Set as a 2 ways exit (see manual_apply & is_legal_2ways_exit funcs)*/ |
dummy->race=add_string (op->name); /*Save the owner of the portal*/ | | dummy->race=add_string (op->name); /*Save the owner of the portal*/ |
insert_ob_in_map(dummy,exitmap,op,0); | | insert_ob_in_map(dummy,exitmap,op,INS_BELOW_ORIGINATOR); |
force=get_archetype("force"); /*The force*/ | | force=get_archetype("force"); /*The force*/ |
if(force == NULL){ | | if(force == NULL){ |
new_draw_info(NDI_UNIQUE, 0,op,"Oops, program error!"); | | new_draw_info(NDI_UNIQUE, 0,op,"Oops, program error!"); |