From e90dc57a71fe3af1ad35a71ed9bf9a9bd7f99b66 Mon Sep 17 00:00:00 2001 From: gozulio Date: Wed, 2 Oct 2019 20:11:47 -0400 Subject: [PATCH] Attempt to fix white cane, Removes character_name whitelist --- .../loadout/loadout_fluffitems_yw.dm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 9c9c5a61e3..53f2454c66 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -451,20 +451,12 @@ //Gozulio //Glitterpaws -/datum/gear/fluff/goz_whitecane_j + +/datum/gear/fluff/goz_whitecane path = /obj/item/weapon/melee/goz_whitecane display_name = "Telescopic White Cane" description = "A telescoping white cane. They are commonly used by the blind or visually impaired as a mobility tool or as a courtesy to others." ckeywhitelist = list("gozulio") - character_name = list("Jessie Glitterpaws") - -/datum/gear/fluff/goz_whitecane_e - path = /obj/item/weapon/melee/goz_whitecane - display_name = "Telescopic White Cane" - description = "A telescoping white cane. They are commonly used by the blind or visually impaired as a mobility tool or as a courtesy to others." - ckeywhitelist = list("gozulio") - character_name = list("Eira Glitterpaws") - // H CKEYS