Cut disposal damage by half

This commit is contained in:
ZomgPonies
2013-09-14 02:39:34 -04:00
parent f6fea72727
commit 653f8d4741
6 changed files with 11277 additions and 11545 deletions
+1 -1
View File
@@ -546,7 +546,7 @@
while(active)
if(hasmob && prob(3))
for(var/mob/living/H in src)
H.take_overall_damage(20, 0, "Blunt Trauma")//horribly maim any living creature jumping down disposals. c'est la vie
H.take_overall_damage(10, 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
active = 0