Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Tue Mar 11 14:24:53 EST 2003


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

Log message:

more powerful pistol

Modified files:
     qc/w_pistol.qc

------=MIME.95dfaacef24af170cf9fd4243233e232
Content-Type: text/plain; name="dpmod.20030311.192453.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030311.192453.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/w_pistol.qc
diff -u dpmod/qc/w_pistol.qc:1.5 dpmod/qc/w_pistol.qc:1.6
--- dpmod/qc/w_pistol.qc:1.5	Thu Feb 20 03:58:15 2003
+++ dpmod/qc/w_pistol.qc	Tue Mar 11 14:24:43 2003
@@ -17,7 +17,7 @@
 	self.wfiretime = time;
 	w_muzzleflash(shotorg, 1);
 	ejectcasing(shotorg, shotdir, v_right * 150 + v_up * 50, 50, 0);
-	FireBullets(self, self, 4, 1, 30 * damagescale, 30 * damagescale, 0, 0, shotdir * 7000, 0, "PISTOL", DT_NAIL, Obituary_Pistol);
+	FireBullets(self, self, 4, 1, 35 * damagescale, 35 * damagescale, 0, 0, shotdir * 7000, 0, "PISTOL", DT_NAIL, Obituary_Pistol);
 };
 
 void() w_pistoldrop1;


More information about the twilight-commits mailing list