Makes cluwning ignore brain damage modifiers

Update organ_internal.dm
This commit is contained in:
SteelSlayer
2019-11-18 18:48:46 -06:00
parent f2af1f279b
commit 4705a89676
3 changed files with 5 additions and 4 deletions
@@ -283,7 +283,7 @@
/obj/item/organ/internal/honktumor/cursed/on_life() //No matter what you do, no matter who you are, no matter where you go, you're always going to be a fat, stuttering dimwit.
..()
owner.setBrainLoss(80)
owner.setBrainLoss(80, ignore_brain_mod = TRUE)
owner.set_nutrition(9000)
owner.overeatduration = 9000