From 0fe3459acd20ff4ab0a99a9555632b0443493758 Mon Sep 17 00:00:00 2001 From: Aquilar <20759278+Aquilar@users.noreply.github.com> Date: Fri, 3 Jan 2020 16:26:21 +0800 Subject: [PATCH] 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> --- code/modules/reagents/chemistry/reagents/admin.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/admin.dm b/code/modules/reagents/chemistry/reagents/admin.dm index 6f22078b278..90e6cff3bf6 100644 --- a/code/modules/reagents/chemistry/reagents/admin.dm +++ b/code/modules/reagents/chemistry/reagents/admin.dm @@ -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)