From ce5c42f323264256c3ad668058fe2eb1c9bd422f Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 15 Dec 2019 17:02:00 -0700 Subject: [PATCH] Update good.dm --- code/datums/traits/good.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm index 3684b230dd..adada13783 100644 --- a/code/datums/traits/good.dm +++ b/code/datums/traits/good.dm @@ -199,5 +199,4 @@ /datum/quirk/night_vision/on_spawn() var/mob/living/carbon/human/H = quirk_holder - var/obj/item/organ/eyes/eyes = H.getorgan(/obj/item/organ/eyes) - eyes.Insert(H) //refresh their eyesight and vision + H.update_sight()