From 3c36a3864f37d1584a22a29ec8cae7763b1736c4 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 22 Jun 2021 18:15:09 -0400 Subject: [PATCH 1/2] Add approved fluff item https://forum.vore-station.net/viewtopic.php?f=26&t=2002 --- .../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 a1d1c8cb7b2..1e5e9fadc3d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1205,6 +1205,12 @@ ckeywhitelist = list("verysoft") character_name = list("Harmony") +/datum/gear/fluff/shine-runner_id + path = /obj/item/weapon/card/id/event/polymorphic/itg + display_name = "Shine-Runner's ITG-ID card" + ckeywhitelist = list("verysoft") + character_name = list("Shine-Runner") + // W CKEYS /datum/gear/fluff/sthasha_bracer path = /obj/item/clothing/accessory/bracer/fluff/xander_sthasha From b96d8934d09476315bd067c54dc6ccef2fe99b96 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 22 Jun 2021 18:19:56 -0400 Subject: [PATCH 2/2] remove da hyphen --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1e5e9fadc3d..c34db637670 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1205,7 +1205,7 @@ ckeywhitelist = list("verysoft") character_name = list("Harmony") -/datum/gear/fluff/shine-runner_id +/datum/gear/fluff/shinerunner_id path = /obj/item/weapon/card/id/event/polymorphic/itg display_name = "Shine-Runner's ITG-ID card" ckeywhitelist = list("verysoft")