From 92364292ee0fb5e9a2aa0ced649d9974e76b3db3 Mon Sep 17 00:00:00 2001 From: oranges Date: Tue, 29 Mar 2022 04:17:25 +1300 Subject: [PATCH] Rosenol now forcesays noice (#65501) --- .../chemistry/reagents/impure_reagents/impure_toxin_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/impure_reagents/impure_toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/impure_reagents/impure_toxin_reagents.dm index 3eca3264bd0..9ca7bd96a5d 100644 --- a/code/modules/reagents/chemistry/reagents/impure_reagents/impure_toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/impure_reagents/impure_toxin_reagents.dm @@ -66,7 +66,7 @@ return ..() if(DT_PROB(4.0, delta_time)) owner.manual_emote("clicks with [owner.p_their()] tongue.") - owner.say("Noice.") + owner.say("Noice.", forced = /datum/reagent/impurity/rosenol) if(DT_PROB(2.0, delta_time)) owner.say(pick("Ah! That was a mistake!", "Horrible.", "Watch out everybody, the potato is really hot.", "When I was six I ate a bag of plums.", "And if there is one thing I can't stand it's tomatoes.", "And if there is one thing I love it's tomatoes.", "We had a captain who was so strict, you weren't allowed to breathe in their station.", "The unrobust ones just used to keel over and die, you'd hear them going down behind you."), forced = /datum/reagent/impurity/rosenol) ..()