Difference for server/spell_effect.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.23 2000/10/05 23:25:52 peterm Exp $";   *   "$Id: spell_effect.c,v 1.24 2000/10/20 19:19:39 peterm Exp $";
  */   */
   
   
Line 117
 
Line 117
     new_draw_info(NDI_UNIQUE, 0,op,"Your diety touches your mind!");      new_draw_info(NDI_UNIQUE, 0,op,"Your diety touches your mind!");
     confuse_player(op,op,99);      confuse_player(op,op,99);
    }     }
   else if (failure <= -60&&failure> -80) /* paralysis */    else if (failure <= -60&&failure> -150) /* paralysis */
   {    {
 #ifdef MULTIPLE_GODS  #ifdef MULTIPLE_GODS
     new_draw_info_format(NDI_UNIQUE, 0,op,"%s requires you to pray NOW.",godname);      new_draw_info_format(NDI_UNIQUE, 0,op,"%s requires you to pray NOW.",godname);
Line 127
 
Line 127
  new_draw_info(NDI_UNIQUE, 0,op,"You comply, ignoring all else.");   new_draw_info(NDI_UNIQUE, 0,op,"You comply, ignoring all else.");
     paralyze_player(op,op,99);      paralyze_player(op,op,99);
   }    }
   else if (failure <= -80) /* blast the immediate area */    else if (failure <= -150) /* blast the immediate area */
   {     {
 #ifdef MULTIPLE_GODS  #ifdef MULTIPLE_GODS
    new_draw_info_format(NDI_UNIQUE, 0,op,"%s smites you!",godname);     new_draw_info_format(NDI_UNIQUE, 0,op,"%s smites you!",godname);


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:49