From fc3482ec90376e445673a871c9a5447373a07b17 Mon Sep 17 00:00:00 2001 From: Fermi Date: Wed, 22 May 2019 16:51:52 +0100 Subject: [PATCH] Squeak! --- .../modules/reagents/chemistry/reagents/fermi_reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm index 4b762ef253..1782601257 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -1229,8 +1229,8 @@ And as stated earlier, this chem is hard to make, and is punishing on failure. Y to_chat(M, "You develop deep feelings for [love], your heart beginning to race as you look upon them with new eyes.") else if(get_dist(M, love) < 8) - //if(M.has_trait(TRAIT_NYMPHO)) //Add this back when merged/updated. - M.adjustArousalLoss(5) + if(M.has_trait(TRAIT_NYMPHO)) //Add this back when merged/updated. + M.adjustArousalLoss(5) SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "InLove", /datum/mood_event/InLove) SEND_SIGNAL(M, COMSIG_CLEAR_MOOD_EVENT, "MissingLove") else