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()