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