dobrograd-13-06-2022/garrysmod/addons/feature-drugs/lua/entities/durgz_aspirin/shared.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

15 lines
456 B
Lua

ENT.Type = "anim"
ENT.Base = "durgz_base"
ENT.PrintName = "Aspirin"
ENT.Nicknames = {"too many pills", "too many painkillers", "too much aspirin"}
ENT.OverdosePhrase = {"took", "consumed", "gulped down"}
ENT.Author = "The Man"
ENT.Spawnable = true
ENT.AdminSpawnable = true
ENT.Information = "Gets rid of headaches"
ENT.Category = "Drugs"
if( CLIENT )then
killicon.Add("durgz_aspirin","killicons/durgz_aspirin_killicon",Color( 255, 80, 0, 255 ))
end