Diona nymph immortality fix (#8368)

This commit is contained in:
Mykhailo Bykhovtsev
2020-03-09 17:04:38 +01:00
committed by GitHub
parent f71314e726
commit 527598807a
2 changed files with 48 additions and 0 deletions
@@ -364,3 +364,10 @@
else
user.visible_message(span("warning", "[user] butchers \the [src] messily!"))
gib()
/mob/living/carbon/alien/diona/adjustBruteLoss(var/amount)
if (status_flags & GODMODE)
return
health = min(health - amount, maxHealth)