Update negative.dm

This commit is contained in:
TyrianTyrell
2021-02-04 15:10:12 -05:00
committed by GitHub
parent 7ffbc07e03
commit fb592b70a1

View File

@@ -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.gain_trauma(phobia, TRAUMA_RESILIENCE_ABSOLUTE)
/datum/quirk/phobia/remove()