From b893e4049430e76e2d6db38b2f1eb429c9d43902 Mon Sep 17 00:00:00 2001
From: Ghom <42542238+Ghommie@users.noreply.github.com>
Date: Fri, 16 Oct 2020 20:57:08 +0200
Subject: [PATCH] Update gasmask.dm
---
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 2a422373f3..0d1b6861c8 100644
--- a/code/modules/clothing/masks/gasmask.dm
+++ b/code/modules/clothing/masks/gasmask.dm
@@ -89,7 +89,7 @@
/obj/item/clothing/mask/gas/clown_hat/examine(mob/user)
. = ..()
- . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
+ . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
/obj/item/clothing/mask/gas/clown_hat/AltClick(mob/user)
. = ..()
@@ -135,7 +135,7 @@
/obj/item/clothing/mask/gas/mime/examine(mob/user)
. = ..()
- . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
+ . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
/obj/item/clothing/mask/gas/mime/AltClick(mob/user)
. = ..()