From a95b78af52801f922e85cae6485a57bb241a887a Mon Sep 17 00:00:00 2001 From: loginsandylogout Date: Thu, 21 Nov 2019 00:52:52 -0600 Subject: [PATCH] Update code/modules/antagonists/clockcult/clock_structures/traps/brass_skewer.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- .../clockcult/clock_structures/traps/brass_skewer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/clockcult/clock_structures/traps/brass_skewer.dm b/code/modules/antagonists/clockcult/clock_structures/traps/brass_skewer.dm index 805d6cf4c3..6b50d40057 100644 --- a/code/modules/antagonists/clockcult/clock_structures/traps/brass_skewer.dm +++ b/code/modules/antagonists/clockcult/clock_structures/traps/brass_skewer.dm @@ -106,7 +106,7 @@ "You start tenderly lifting [skewee] off of [src]...") if(!do_after(user, 60, target = skewee)) skewee.visible_message("[skewee] painfully slides back down [src].") - skewee.forcesay("Oof, ouch owwie!!") + skewee.say("Oof, ouch owwie!!", forced = "fail brass skewer removal") return skewee.visible_message("[skewee] comes free of [src] with a squelching pop!", \ "You come free of [src]!")