From 360c2f63088544111f5cdbf5622116af5ff96368 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 22 May 2022 14:17:15 -0400 Subject: [PATCH] Fixes typo in Fifi's fluff loadout --- .../loadout/loadout_fluffitems_vr.dm | 39 +++++++++++++++++++ 1 file changed, 39 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 e47364e9e4..8d3817a602 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -60,6 +60,45 @@ ckeywhitelist = list("aegisoa") character_name = list("Xander Bevin") +<<<<<<< HEAD +======= +/datum/gear/fluff/charlotte_medal + path = /obj/item/clothing/accessory/medal/silver/security + display_name = "Charlotte's Robust Security Medal" + ckeywhitelist = list("alfalah") + character_name = list("Charlotte Graves") + +/datum/gear/fluff/charlotte_medal_2 + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Charlotte's Medal of Conduct" + ckeywhitelist = list("alfalah") + character_name = list("Charlotte Graves") + +/datum/gear/fluff/charlotte_cigarettes + path = /obj/item/weapon/storage/fancy/fluff/charlotte + display_name = "Charlotte's cigarette case" + ckeywhitelist = list("alfalah") + character_name = list("Charlotte Graves") + +/datum/gear/fluff/fifi_hat + path = /obj/item/clothing/head/fluff/fifi_hat + display_name = "Fifi's hat" + ckeywhitelist = list("allweek") + character_name = list("Fifi The Magnificent") + +/datum/gear/fluff/fifi_jumpsuit + path = /obj/item/clothing/under/fluff/fifi_jumpsuit + display_name = "Fifi's jumpsuit" + ckeywhitelist = list("allweek") + character_name = list("Fifi The Magnificent") + +/datum/gear/fluff/fifi_hat + path = /obj/item/clothing/shoes/fluff/fifi_socks + display_name = "Fifi's socks" + ckeywhitelist = list("allweek") + character_name = list("Fifi The Magnificent") + +>>>>>>> 0426f96ff8... Merge pull request #12994 from FunnyCatEnjoyer/FunnyCat /datum/gear/fluff/lynn_penlight path = /obj/item/device/flashlight/pen/fluff/lynn display_name = "Lynn's Penlight"