[CF-Devel] CVS update: crossfire/common
Crossfire CVS devel
mwedel at scruznet.com
Mon Oct 16 14:22:57 CDT 2000
Date: Monday October 16, 2000 @ 12:22
Author: peterm
Update of /home/cvs/CVS/crossfire/common
In directory boltzmann.eecs.berkeley.edu:/tmp/cvs-serv24678
Modified Files:
living.c
Log Message:
living.c: cleric fail chance array modified.
map.c: bugfix for random map/recycle tmp map problem.
****************************************
Index: crossfire/common/living.c
diff -u crossfire/common/living.c:1.11 crossfire/common/living.c:1.12
--- crossfire/common/living.c:1.11 Thu Aug 24 23:23:28 2000
+++ crossfire/common/living.c Mon Oct 16 12:22:57 2000
@@ -1,6 +1,6 @@
/*
* static char *rcsid_living_c =
- * "$Id: living.c,v 1.11 2000/08/25 06:23:28 cvs Exp $";
+ * "$Id: living.c,v 1.12 2000/10/16 19:22:57 peterm Exp $";
*/
/*
@@ -118,7 +118,7 @@
100,100,100,100,100,100
};
int cleric_chance[MAX_STAT + 1]={
- 100,100,100,100,100,100,100,90,80,70,60,50,45,40,35,30,25,20,15,10,5,0,-5,-10,-15,-20,-25,-30,-35,-40,-50
+ 100,100,100,100,90,80,70,60,50,40,35,30,25,20,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0,0
};
int turn_bonus[MAX_STAT + 1]={
-1,-1,-1,-1,-1,-1,-1,-1,0,0,0,1,1,1,2,2,2,3,3,3,4,4,5,5,6,7,8,9,10,12,15
More information about the crossfire
mailing list