9 lines
145 B
Lua
9 lines
145 B
Lua
|
include("shared.lua")
|
||
|
|
||
|
CLASS.Icon = "sprites/glow04_noz"
|
||
|
CLASS.IconColor = Color(0, 180, 255)
|
||
|
|
||
|
function CLASS:PrePlayerDraw(pl)
|
||
|
return true
|
||
|
end
|