From 52afcbdc52e720649fd448fc65aba9336cbfecf2 Mon Sep 17 00:00:00 2001 From: Theos Date: Fri, 27 Mar 2020 11:08:04 -0400 Subject: [PATCH] smoker is mood quirk --- 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 ccefd12a8ac3..75f2477e4d90 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -519,6 +519,7 @@ name = "Smoker" desc = "Sometimes you just really want a smoke. Probably not great for your lungs." value = -1 + mood_quirk = TRUE gain_text = "You could really go for a smoke right about now." lose_text = "You feel like you should quit smoking." medical_record_text = "Patient is a current smoker."