From 9ceb1394d833ba3f39183e136316ae71b09f0d18 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 28 May 2022 21:14:10 +0100 Subject: [PATCH] missing line from previous commit --- code/datums/traits/negative.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index f98ddfe1f3..3d0588a112 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -132,6 +132,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms) value = -1 medical_record_text = "Patient demonstrates a fear of the dark. (Seriously?)" +/datum/quirk/nyctophobia/add() RegisterSignal(quirk_holder, COMSIG_MOVABLE_MOVED, .proc/on_holder_moved) /datum/quirk/nyctophobia/remove()