This commit is contained in:
toasterpanic 2026-05-25 16:46:04 -04:00
parent 51be5da0ee
commit f9cd6a2327
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1 @@
# Stop Fucking Coughing

13
addon.json Normal file
View file

@ -0,0 +1,13 @@
{
"title" : "[Z-City] Stop Fucking Coughing",
"type" : "Effects",
"tags" : [ "realism" ],
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.md"
]
}

View file

@ -0,0 +1,13 @@
hg.organism.module.random_events.TriggerRandomEvent = function(owner, eventName)
return
end
hg.organism.module.random_events.TriggerRandomEvent()
hook.Add("Think", "stcgsadgdasdgasdg", function()
for i,v in pairs(player:GetAll()) do
if !v.organism then continue end
v.organism.timeToRandom = 9999999999
end
end)