stop_fucking_coughing/lua/autorun/stop_fucking_coughing.lua

14 lines
334 B
Lua
Raw Normal View History

2026-05-25 20:46:04 +00:00
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)