mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Diona nymph immortality fix (#8368)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user