From 9b6b60f9a60ad8e4214c8823bec6b41392e624e9 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Wed, 29 Aug 2018 22:47:01 -0400 Subject: [PATCH] key --- code/modules/clothing/masks/gasmask.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 93c3e24d22f..e0c3d6cc7be 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -206,7 +206,7 @@ "halt" = "HALT! HALT! HALT! HALT!", "bobby" = "Stop in the name of the Law.", - "compliance" = "Compliance is in your best ineterest.", + "compliance" = "Compliance is in your best ineterest.", "justice" = "Prepare for justice!", "running" = "Running will only increase your sentence", "dontmove" = "Don't move, Creep!", @@ -353,7 +353,7 @@ return usr.visible_message("[usr]'s Compli-o-Nator: [message]") - playsound(src.loc, "sound/voice/complionator/[phrase_list[phrase]].ogg", 100, 0, 4) + playsound(src.loc, "sound/voice/complionator/[key].ogg", 100, 0, 4) cooldown = world.time