e9da54c2f9
Too many changes to list.
8 lines
145 B
Lua
8 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
|