diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 3cbf4b3cd2..81edfcf55a 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -333,7 +333,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms) /datum/quirk/phobia/post_add() var/mob/living/carbon/human/H = quirk_holder - phobia = new + phobia = new(H.client.prefs.phobia) H.gain_trauma(phobia, TRAUMA_RESILIENCE_ABSOLUTE) /datum/quirk/phobia/remove()