Difference for server/spell_effect.c from version 1.154 to 1.155


version 1.154 version 1.155
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
   
Line 909
 
Line 909
     }      }
   
     /* 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;
     }      }


Legend:
line(s) removed in v.1.154 
line(s) changed
 line(s) added in v.1.155

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