mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes human runtimes
This commit is contained in:
@@ -26,6 +26,10 @@ mob/living/carbon/proc/handle_hallucinations()
|
||||
handling_hal = 1
|
||||
while(hallucination > 20)
|
||||
sleep(max(MIN_HAL_SLEEP,(rand(200,500)/(hallucination/25))))
|
||||
|
||||
if(!loc || !reagents)
|
||||
return
|
||||
|
||||
if((src.reagents.has_reagent(CITALOPRAM) && prob(30)) || src.reagents.has_reagent(PAROXETINE))
|
||||
continue
|
||||
if(prob(3) && hallucinations.len < 3)
|
||||
|
||||
Reference in New Issue
Block a user