From 48ba6c652d43da8d8de22169954438ae9ee8000d Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 11 Nov 2019 22:56:25 -0600 Subject: [PATCH] Changes character's name for fluff item --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 4 ++-- code/modules/vore/fluffstuff/custom_clothes_yw.dm | 2 +- 2 files changed, 3 insertions(+), 3 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 763b3fde2e..75aa5afa48 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -160,13 +160,13 @@ // C CKEYS //cheekycrenando -//Srusu Rskuzu +//Srusu Rskuzu-Ahslru /datum/gear/fluff/srususovietuniform path = /obj/item/clothing/under/fluff/srususoviet display_name = "Soviet Uniform" description = "Standard issue soviet dress uniform" ckeywhitelist = list("cheekycrenando") - character_name = list("Srusu Rskuzu") + character_name = list("Srusu Rskuzu-Ahslru") //captmatt4 //Payton Joghs diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index a9369e1350..ab49029cb9 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1478,7 +1478,7 @@ // ****** // CheekyCrenando // ****** -//Srusu Rskuzu +//Srusu Rskuzu-Ahslru /obj/item/clothing/under/fluff/srususoviet name = "Soviet Uniform" desc = "A standard issue Soviet Dress uniform"