From 6fd126a7e9d14e72d1da6a3e079d2f8708ab27ef Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 23 Mar 2020 15:21:41 -0700 Subject: [PATCH] Update loadout_fluffitems_ch.dm --- .../loadout/loadout_fluffitems_ch.dm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_ch.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_ch.dm index e3ee407c2d..b1c01bb885 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_ch.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_ch.dm @@ -154,20 +154,6 @@ display_name = "Kiri's Medal" description = "An extremely rare golden medal awarded only by high ranking officials. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but distinguished veteran staff." -/datum/gear/fluff/somememeguy/medal1 - ckeywhitelist = list("somememeguy") - character_name = list("Matica") - path = /obj/item/clothing/accessory/medal/silver/valor - display_name = "Matica's Medal" - description = "A silver medal awarded for acts of exceptional valor." - -/datum/gear/fluff/somememeguy/medal2 - ckeywhitelist = list("somememeguy") - character_name = list("Uboiezb") - path = /obj/item/clothing/accessory/medal/silver/valor - display_name = "Uboiezb's Medal" - description = "A silver medal awarded for acts of exceptional valor." - //T /datum/gear/fluff/thefurryfeline/medal1 ckeywhitelist = list("thefurryfeline")