From 129bdf6bb4bb3c1fcd9be57b489a7ee6b3c461b4 Mon Sep 17 00:00:00 2001 From: oranges Date: Sat, 27 Aug 2022 21:22:21 +1200 Subject: [PATCH] Make hulks orkier (#69469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RED WUNZ GO FASTA 🆑oranges balance: orks no longer shout their attacks over the radio /🆑 --- code/datums/mutations/hulk.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mutations/hulk.dm b/code/datums/mutations/hulk.dm index f806327ecb4..6863ca7c0dd 100644 --- a/code/datums/mutations/hulk.dm +++ b/code/datums/mutations/hulk.dm @@ -45,7 +45,7 @@ return COMPONENT_CANCEL_ATTACK_CHAIN /datum/mutation/human/hulk/proc/scream_attack(mob/living/carbon/human/source) - source.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ), forced="hulk") + source.say("WAAAAAAAAAAAAAAGH!", forced="hulk") /** *Checks damage of a hulk's arm and applies bone wounds as necessary.