From b88c3f5c8b3f5f0ec8717e1621867675af6ba100 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:37:59 -0600 Subject: [PATCH] mechanic drip one entry --- .../loadout/loadout_fluffitems_vr.dm | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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 11422ecbb50..09202099fed 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -395,18 +395,6 @@ // H CKEYS -/datum/gear/fluff/mechanic_overalls - path = /obj/item/clothing/under/fluff/mechanic_overalls - display_name = "mechanic overalls" - ckeywhitelist = list("hatterhat") - character_name = list("Harold Robinson") - -/datum/gear/fluff/mechanic_coat - path = /obj/item/clothing/suit/storage/hooded/wintercoat/fluff/mechanic - display_name = "mechanic winter coat" - ckeywhitelist = list("hatterhat") - character_name = list("Harold Robinson") - /datum/gear/fluff/lauren_medal path = /obj/item/clothing/accessory/medal/conduct display_name = "Lauren's Medal" @@ -842,14 +830,14 @@ /datum/gear/fluff/mechanic_overalls path = /obj/item/clothing/under/fluff/mechanic_overalls display_name = "mechanic overalls" - ckeywhitelist = list("pastelprincedan") - character_name = list("Masumi Maki") + ckeywhitelist = list("pastelprincedan", "hatterhat") + character_name = list("Masumi Maki", "Harold Robinson") /datum/gear/fluff/mechanic_coat path = /obj/item/clothing/suit/storage/hooded/wintercoat/fluff/mechanic display_name = "mechanic winter coat" - ckeywhitelist = list("pastelprincedan") - character_name = list("Masumi Maki") + ckeywhitelist = list("pastelprincedan", "hatterhat") + character_name = list("Masumi Maki", "Harold Robinson") // Q CKEYS