Difference for server/time.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.5 2000/05/26 09:50:49 jec Exp $";   *    "$Id: time.c,v 1.6 2000/05/29 16:31:26 jec Exp $";
  */   */
   
 /*  /*
Line 693
 
Line 693
     in op->stats.sp.  maxsp also has some meaning, i'm not sure what.      in op->stats.sp.  maxsp also has some meaning, i'm not sure what.
     walls can have hp, so they can be torn down. */      walls can have hp, so they can be torn down. */
 void move_firewall(object *op) {  void move_firewall(object *op) {
     if ( ! op->map)
       return;   /* dm has created a firewall in his inventory */
   cast_spell(op,op,op->stats.sp?op->stats.sp:(RANDOM()%8)+1,op->stats.dam,    cast_spell(op,op,op->stats.sp?op->stats.sp:(RANDOM()%8)+1,op->stats.dam,
  1,spellNormal,NULL);   1,spellNormal,NULL);
 }  }
   
 void move_firechest(object *op) {  void move_firechest(object *op) {
     if ( ! op->map)
       return;   /* dm has created a firechest in his inventory */
   fire_a_ball(op,(RANDOM()%8)+1,7);    fire_a_ball(op,(RANDOM()%8)+1,7);
 }  }
   


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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