mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 14:12:20 +00:00
@@ -536,7 +536,7 @@
|
|||||||
while(active)
|
while(active)
|
||||||
if(hasmob && prob(3))
|
if(hasmob && prob(3))
|
||||||
for(var/mob/living/H in src)
|
for(var/mob/living/H in src)
|
||||||
H.take_overall_damage(20, 0, "Idiocy")//horribly maim any living creature jumping down disposals. c'est la vie
|
H.take_overall_damage(20, 0, "Blunt Trauma")//horribly maim any living creature jumping down disposals. c'est la vie
|
||||||
|
|
||||||
if(has_fat_guy && prob(2)) // chance of becoming stuck per segment if contains a fat guy
|
if(has_fat_guy && prob(2)) // chance of becoming stuck per segment if contains a fat guy
|
||||||
active = 0
|
active = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user