e.model = e.mdl;\r
e.solid = SOLID_TRIGGER;\r
e.colormod = '0 0 0';\r
- self.glowmod = self.colormod;\r
+ e.glowmod = e.colormod;\r
e.alpha = 0;\r
e.customizeentityforclient = func_null;\r
\r
e.model = string_null;\r
e.solid = SOLID_NOT;\r
e.colormod = '0 0 0';\r
- self.glowmod = self.colormod;\r
+ e.glowmod = e.colormod;\r
e.alpha = 0;\r
e.customizeentityforclient = func_null;\r
\r
e.model = e.mdl;\r
e.solid = SOLID_TRIGGER; // can STILL be picked up!\r
e.colormod = '0 0 0';\r
- self.glowmod = self.colormod;\r
+ e.glowmod = e.colormod;\r
e.effects |= EF_STARDUST;\r
e.customizeentityforclient = Item_Customize;\r
\r
e.model = e.mdl;\r
e.solid = SOLID_NOT;\r
e.colormod = stov(cvar_string("g_ghost_items_color"));\r
- self.glowmod = self.colormod;\r
+ e.glowmod = e.colormod;\r
e.alpha = g_ghost_items;\r
e.customizeentityforclient = func_null;\r
\r
e.model = string_null;\r
e.solid = SOLID_NOT;\r
e.colormod = stov(cvar_string("g_ghost_items_color"));\r
- self.glowmod = self.colormod;\r
+ e.glowmod = e.colormod;\r
e.alpha = 0;\r
e.customizeentityforclient = func_null;\r
\r