Rosenol now forcesays noice (#65501)

This commit is contained in:
oranges
2022-03-28 17:17:25 +02:00
committed by GitHub
parent b1a3382a19
commit 92364292ee
@@ -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)
..()