This commit is to fix a minor oversight with nanites and adminordrazine so it fixes internal bleeding, this solves a few edge cases where the user will bleed out due to multiple instances of internal bleeding.

Signed-off-by: Aquilar <20759278+Aquilar@users.noreply.github.com>
This commit is contained in:
Aquilar
2020-01-03 16:26:21 +08:00
parent a326db3879
commit 0fe3459acd
@@ -23,6 +23,7 @@
I.receive_damage(-5, FALSE)
for(var/obj/item/organ/external/E in H.bodyparts)
E.mend_fracture()
E.internal_bleeding = FALSE
M.SetEyeBlind(0, FALSE)
M.CureNearsighted(FALSE)
M.CureBlind(FALSE)