[CF-Devel] CVS update: crossfire/include

Crossfire CVS devel mwedel at scruznet.com
Wed Jul 19 22:56:27 CDT 2000


Date:	Wednesday July 19, 2000 @ 20:56
Author:	peterm

Update of /home/cvs/CVS/crossfire/include
In directory boltzmann.eecs.berkeley.edu:/tmp/cvs-serv7890/include

Modified Files:
	spellist.h 
Log Message:
Some minor corrections of unintended stuff in resurrection code.


****************************************

Index: crossfire/include/spellist.h
diff -u crossfire/include/spellist.h:1.7 crossfire/include/spellist.h:1.8
--- crossfire/include/spellist.h:1.7	Sun Jun  4 16:23:50 2000
+++ crossfire/include/spellist.h	Wed Jul 19 20:56:27 2000
@@ -1,6 +1,6 @@
 /*
  * static char *rcsid_spellist_h =
- *   "$Id: spellist.h,v 1.7 2000/06/04 23:23:50 cvs Exp $";
+ *   "$Id: spellist.h,v 1.8 2000/07/20 03:56:27 peterm Exp $";
  */
 
 /*
@@ -214,11 +214,11 @@
  PATH_MISSILE, NULL,},							/* 90 */
 {"mystic fist",                  5,10,  0, 15, 0, 0,  1,  1, 0, 0, 0,
  PATH_SUMMON, "mystic_fist",}, 
-{"raise dead",                  10,50,  0, 60, 0, 0,  0,  1, 0, 1, 0,
+{"raise dead",                  10,150,  0, 60, 0, 0,  0,  1, 0, 1, 0,
  PATH_RESTORE, "enchantment",},
-{"resurrection",                25,250, 0, 180, 0, 0,  0,  0, 0, 1, 0,
+{"resurrection",                20,250, 0, 180, 0, 0,  0,  0, 0, 1, 0,
  PATH_RESTORE, "enchantment",},
-{"reincarnation",               20,150, 0,100, 0, 0,  0,  0, 0, 1, 0,
+{"reincarnation",               25,350, 0,100, 0, 0,  0,  0, 0, 1, 0,
  PATH_RESTORE, "enchantment",},
 /* mlee - Keep these spells 0 book chance, as they are low level quest items.*/
 /* raised the grace value on some immuntity spells -b.t. */

    
    


More information about the crossfire mailing list