Brainloss fix

This commit is contained in:
Markolie
2015-08-25 19:18:19 +02:00
parent 960436945c
commit 77ed7b6d68
2 changed files with 9 additions and 8 deletions
@@ -38,7 +38,6 @@
var/obj/item/organ/brain/sponge = internal_organs_by_name["brain"]
if(sponge)
sponge.take_damage(amount)
sponge.damage = min(max(sponge.damage, 0),(maxHealth*2))
brainloss = sponge.damage
else
brainloss = 200