From 5508f03ebb5b1778d6c5e1a241406f907ed95dda Mon Sep 17 00:00:00 2001 From: ShadeAware Date: Fri, 18 Aug 2023 15:00:41 -0400 Subject: [PATCH] mmm funny mask --- .../preference_setup/loadout/loadout_fluffitems_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 48004dfdcdd..45b8b035797 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1281,6 +1281,12 @@ character_name = list("Lucky") allowed_roles = list("Chaplain") +/datum/gear/fluff/lovec_gasmask + path = /obj/item/clothing/mask/gas/explorer + display_name = "Explorer's Gas Mask" + ckeywhitelist = list("thenewmeta") + character_name = list("Lovec") + /datum/gear/fluff/monty_balaclava path = /obj/item/clothing/mask/balaclava display_name = "Monty's Balaclava"