version 1.58 | | version 1.59 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.58 2001/06/13 12:51:58 michtoen Exp $"; | | * "$Id: spell_effect.c,v 1.59 2001/06/30 19:36:42 gros Exp $"; |
*/ | | */ |
| | |
| | |
| | |
else if (op_level<30) | | else if (op_level<30) |
snprintf (portal_message,1024,"\n%s's portal smells ozone.\nYou do a lot of movements and finally pass\nthrough the small hole in the air\n",op->name); | | snprintf (portal_message,1024,"\n%s's portal smells ozone.\nYou do a lot of movements and finally pass\nthrough the small hole in the air\n",op->name); |
else if (op_level<60) | | else if (op_level<60) |
snprintf (portal_message,1024,"\nA sort of door opens in the air in front of you,\nshowing you the path to somewhere else."); | | snprintf (portal_message,1024,"\nA sort of door opens in the air in front of you,\nshowing you the path to somewhere else.\n"); |
else snprintf (portal_message,1024,"\nAs you walk on %s's portal, flowers comes\nfrom the ground around you.\nYou feel quiet.",op->name); | | else snprintf (portal_message,1024,"\nAs you walk on %s's portal, flowers comes\nfrom the ground around you.\nYou feel quiet.\n",op->name); |
exitpath=add_string (force->name); | | exitpath=add_string (force->name); |
exitx=EXIT_X(force); | | exitx=EXIT_X(force); |
exity=EXIT_Y(force); | | exity=EXIT_Y(force); |