Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Tue Mar 11 14:30:45 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-03-11 19:30:45 UTC

Log message:

now spawn with 20 shells in DM and SP

Modified files:
     qc/damage.qc

------=MIME.22764eb20440dbe0982f34e3dad20903
Content-Type: text/plain; name="dpmod.20030311.193045.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030311.193045.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/damage.qc
diff -u dpmod/qc/damage.qc:1.2 dpmod/qc/damage.qc:1.3
--- dpmod/qc/damage.qc:1.2	Thu Feb 13 21:47:16 2003
+++ dpmod/qc/damage.qc	Tue Mar 11 14:30:35 2003
@@ -11,13 +11,13 @@
 float   AMMOMAX_CELLS           =  200;
 float   AMMOMAX_XSHELLS         =  100;
 
-float   STARTDM_AMMO_SHELLS      =    0;
+float   STARTDM_AMMO_SHELLS      =    20;
 float   STARTDM_AMMO_NAILS       =    0;
 float   STARTDM_AMMO_ROCKETS     =    0;
 float   STARTDM_AMMO_CELLS       =    0;
 float   STARTDM_AMMO_XSHELLS     =    0;
 
-float   STARTSP_AMMO_SHELLS      =    0;
+float   STARTSP_AMMO_SHELLS      =    20;
 float   STARTSP_AMMO_NAILS       =    0;
 float   STARTSP_AMMO_ROCKETS     =    0;
 float   STARTSP_AMMO_CELLS       =    0;


More information about the twilight-commits mailing list