Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Fri Sep 20 01:36:26 EDT 2002


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2002-09-20 05:36:26 UTC

Log message:

artifacts no longer glow

Modified files:
     qc/item_artifacts.qc

------=MIME.98afdec17ba8d37ebae176e8d482d394
Content-Type: text/plain; name="dpmod.20020920.053626.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20020920.053626.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/item_artifacts.qc
diff -u dpmod/qc/item_artifacts.qc:1.1.1.1 dpmod/qc/item_artifacts.qc:1.2
--- dpmod/qc/item_artifacts.qc:1.1.1.1	Thu Sep 19 15:07:33 2002
+++ dpmod/qc/item_artifacts.qc	Fri Sep 20 01:36:16 2002
@@ -84,8 +84,6 @@
 	setmodel (self, "progs/suit.mdl");
 	self.netname = "You got the Biosuit\n";
 	self.items = IT_SUIT;
-	self.glow_color = 15;
-	self.glow_size = 100;
 	setsize (self, '-16 -16 -24', '16 16 32');
 
 	StartItem ();
@@ -112,8 +110,6 @@
 	setmodel (self, "progs/invisibl.mdl");
 	self.netname = "You got the Ring of Shadows!\n";
 	self.items = IT_INVISIBILITY;
-	self.glow_color = 110;
-	self.glow_size = 200;
 	setsize (self, '-16 -16 -24', '16 16 32');
 
 	self.havocpickup = TRUE;
@@ -139,7 +135,6 @@
 	setmodel (self, "progs/quaddama.mdl");
 	self.netname = "You got the Quad Damage!\n";
 	self.items = IT_QUAD;
-	self.effects = EF_BLUE;
 	setsize (self, '-16 -16 -24', '16 16 32');
 
 	self.havocpickup = TRUE;
@@ -164,7 +159,6 @@
 	setmodel (self, "progs/invulner.mdl");
 	self.netname = "You got the Pentagram of Protection!\n";
 	self.items = IT_INVULNERABILITY;
-	self.effects = EF_RED;
 	setsize (self, '-16 -16 -24', '16 16 32');
 
 	self.havocpickup = TRUE;


More information about the twilight-commits mailing list