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


version 1.153 version 1.154
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.153 2006/05/05 09:26:35 ryo_saeba Exp $";   *   "$Id: spell_effect.c,v 1.154 2006/05/13 05:02:09 qal21 Exp $";
  */   */
   
   
Line 908
 
Line 908
  return 0;   return 0;
     }      }
   
       /* Check to see if the player is on a transport */
       if (op->transport) {
    new_draw_info(NDI_UNIQUE | NDI_NAVY, 0,op,"You need to exit the transport to cast that.\n");
           return 0;
       }
   
     /* The first thing to do is to check if we have a marked destination      /* The first thing to do is to check if we have a marked destination
      * dummy is used to make a check inventory for the force       * dummy is used to make a check inventory for the force
      */       */


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

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