From a8c62e89d7ff6f02873bc95e3fae32515f75907e Mon Sep 17 00:00:00 2001 From: Mechoid Date: Mon, 31 Aug 2020 19:11:57 -0700 Subject: [PATCH] Stop in the name of the law, open tag. --- code/modules/clothing/masks/hailer.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/masks/hailer.dm b/code/modules/clothing/masks/hailer.dm index 9d236de43f..a3a37772b3 100644 --- a/code/modules/clothing/masks/hailer.dm +++ b/code/modules/clothing/masks/hailer.dm @@ -51,7 +51,7 @@ flags_inv = HIDEFACE|BLOCKHAIR aggressiveness = 3 phrase = 12 - + /obj/item/clothing/mask/gas/sechailer/ui_action_click() halt() @@ -63,7 +63,7 @@ set name = "Select gas mask phrase" set category = "Object" set desc = "Alter the message shouted by your complionator gas mask." - + var/key = phrase_list[phrase] var/message = phrase_list[key] @@ -97,10 +97,10 @@ /obj/item/clothing/mask/gas/sechailer/emag_act(mob/user) if(safety) safety = 0 - to_chat(user, "You silently fry [src]'s vocal circuit with the cryptographic sequencer.") + to_chat(user, "You silently fry [src]'s vocal circuit with the cryptographic sequencer.") else return - + /obj/item/clothing/mask/gas/sechailer/attackby(obj/item/I, mob/user) if(I.is_screwdriver()) switch(aggressiveness) @@ -144,7 +144,7 @@ qdel(src) return ..() - + /obj/item/clothing/mask/gas/sechailer/verb/halt() set name = "HALT!" set category = "Objects"