self = oldself;\r
if(startitem_failed)\r
return string_null;\r
+ wep.colormod = wep.owner.colormod; // used by the regurgitating colors\r
wep.think = thrown_wep_think;\r
wep.nextthink = time + 0.5;\r
return "";\r
}\r
s = substring(s, 5, -1);\r
}\r
+ wep.colormod = wep.owner.colormod; // used by the regurgitating colors\r
wep.think = thrown_wep_think;\r
wep.nextthink = time + 0.5;\r
return s;\r
self.weaponentity.effects = self.effects;\r
self.weaponentity.alpha = self.alpha;\r
self.weaponentity.colormap = self.colormap;\r
- if(self.owner.colormod != '0 0 0') // used by the regurgitating colors\r
- self.weaponentity.colormod = self.owner.colormod;\r
+ self.weaponentity.colormod = self.owner.colormod; // used by the regurgitating colors\r
}\r
\r
self.angles = '0 0 0';\r
self.alpha = self.owner.alpha;\r
else\r
self.alpha = 1;\r
- if(self.owner.colormod != '0 0 0') // used by the regurgitating colors\r
- self.colormod = self.owner.colormod;\r
+ self.colormod = self.owner.colormod; // used by the regurgitating colors\r
\r
ang_x = bound(sv_pitch_min, self.owner.v_angle_x, sv_pitch_max);\r
ang_y = 0;\r