17 lines
No EOL
381 B
Lua
17 lines
No EOL
381 B
Lua
ENT.Type = "anim"
|
|
ENT.Base = "base_gmodentity"
|
|
|
|
ENT.PrintName = "Drug"
|
|
ENT.Author = "LegendofRobbo"
|
|
ENT.Contact = ""
|
|
ENT.Purpose = ""
|
|
ENT.Instructions = ""
|
|
ENT.Category = "Drugmod"
|
|
|
|
ENT.Spawnable = false
|
|
|
|
ENT.DrugModel = "models/props_lab/jar01a.mdl"
|
|
ENT.DrugColor = Color(255,255,255)
|
|
ENT.DrugSound = "npc/barnacle/barnacle_gulp1.wav"
|
|
ENT.DrugEffect = "Overdose"
|
|
ENT.DrugTime = 30 |