diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 29156377..27820d7c 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1401,7 +1401,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) else if(HAS_TRAIT_FROM(fatty, TRAIT_NEARSIGHT, HELPLESSNESS_TRAIT)) - REMOVE_TRAIT(fatty, TRAIT_NEARSIGHT, HELPLESSNESS_TRAIT) + fatty.cure_nearsighted(HELPLESSNESS_TRAIT) if(preferences.helplessness_hidden_face)