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