Merge pull request #5487 from lordpidey/slimebrain_fix

Slimebrains are now properly an internal organ.
This commit is contained in:
Fox McCloud
2016-08-18 17:42:06 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -115,7 +115,7 @@
mmi_icon_state = "slime_mmi"
// parent_organ = "chest" Hello I am from the ministry of rubber forehead aliens how are you
/obj/item/organ/brain/slime/take_damage(var/amount, var/silent = 1)
/obj/item/organ/internal/brain/slime/take_damage(var/amount, var/silent = 1)
//Slimes are 150% more vulnerable to brain damage
damage = between(0, src.damage + (1.5*amount), max_damage) //Since they take the damage twice, this is +150%
return ..()