r107 - trunk/progsqc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 8 08:32:46 EST 2008


Author: vermeulen
Date: 2008-03-08 08:32:46 -0500 (Sat, 08 Mar 2008)
New Revision: 107

Modified:
   trunk/progsqc/inventory.qc
Log:
God rid of plasma ammo type, now just metal-energy-rocket

Modified: trunk/progsqc/inventory.qc
===================================================================
--- trunk/progsqc/inventory.qc	2008-03-08 13:09:23 UTC (rev 106)
+++ trunk/progsqc/inventory.qc	2008-03-08 13:32:46 UTC (rev 107)
@@ -723,10 +723,6 @@
 {
  	Item_Spawn(ITEMTYPE_AMMO3,50,0,self.origin,'0 0 0',10,1,world);
 }
-void() item_ammo4 =
-{
- 	Item_Spawn(ITEMTYPE_AMMO4,50,0,self.origin,'0 0 0',10,1,world);
-}
 
 void() item_armor1 =
 {




More information about the zymotic-commits mailing list