Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Tue Mar 11 14:27:21 EST 2003


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

Log message:

no longer gives xshells when picking up db shotgun

Modified files:
     qc/item_weapons.qc

------=MIME.278418166942bec2ec095a7eaf2c4292
Content-Type: text/plain; name="dpmod.20030311.192721.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030311.192721.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/item_weapons.qc
diff -u dpmod/qc/item_weapons.qc:1.2 dpmod/qc/item_weapons.qc:1.3
--- dpmod/qc/item_weapons.qc:1.2	Thu Feb 13 21:47:16 2003
+++ dpmod/qc/item_weapons.qc	Tue Mar 11 14:27:11 2003
@@ -29,7 +29,7 @@
 	if ((other.ammo_xshells >= AMMOMAX_XSHELLS) || (self.ammo_xshells < 1))
 		return; // would gain no ammo or weapon
 
-	// if the player was using their best weapon, change up to the new one if better		
+	// if the player was using their best weapon, change up to the new one if better
 	stemp = self;
 	self = other;
 	best = W_BestWeapon(TRUE);
@@ -161,7 +161,7 @@
 
 /*QUAKED weapon_supershotgun (0 .5 .8) (-16 -16 0) (16 16 32)
 */
-void() weapon_supershotgun    = {weapon_spawnhandler("progs/g_shot.mdl" , IT_WEAPON3,  30,   0,   0,   0,  20, "You got the Super Shotgun!\n");};
+void() weapon_supershotgun    = {weapon_spawnhandler("progs/g_shot.mdl" , IT_WEAPON3,  30,   0,   0,   0,   0, "You got the Super Shotgun!\n");};
 
 /*QUAKED weapon_nailgun (0 .5 .8) (-16 -16 0) (16 16 32)
 */


More information about the twilight-commits mailing list