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 c0dc19841f..8b0d2321ca 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -51,14 +51,14 @@ display_name = "centcom medical uniform" description = "A medical uniform straight from Central Command." ckeywhitelist = list("arokha") - character_name = list("Aronai Kadigan") + character_name = list("Aronai Sieyes") /datum/gear/fluff/aronai_ccmedjacket path = /obj/item/clothing/suit/storage/service/sifguard/medical/command display_name = "centcom medical jacket" description = "A medical jacket straight from Central Command." ckeywhitelist = list("arokha") - character_name = list("Aronai Kadigan") + character_name = list("Aronai Sieyes") // B CKEYS /datum/gear/fluff/yuuko_kimono diff --git a/code/modules/organs/robolimbs_vr.dm b/code/modules/organs/robolimbs_vr.dm index 8f0de65d43..a5ab8994cf 100644 --- a/code/modules/organs/robolimbs_vr.dm +++ b/code/modules/organs/robolimbs_vr.dm @@ -4,7 +4,7 @@ var/list/whitelisted_to //List of ckeys that are allowed to pick this in charsetup. //////////////// For-specific-character fluff ones ///////////////// -// arokha : Aronai Kadigan +// arokha : Aronai Sieyes /datum/robolimb/kitsuhana company = "Kitsuhana" desc = "This limb seems rather vulpine and fuzzy, with realistic-feeling flesh." diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index a5bb90c1d9..9a99649fa5 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -315,7 +315,7 @@ to_chat(user, "This isn't even an ID card you idiot.") return -//arokha:Aronai Kadigan - Centcom ID (Medical dept) +//arokha:Aronai Sieyes - Centcom ID (Medical dept) /obj/item/weapon/card/id/centcom/station/fluff/aronai registered_name = "CONFIGURE ME" assignment = "CC Medical" diff --git a/config/custom_items.txt b/config/custom_items.txt index 44d79f3b4c..7609c627c6 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -74,7 +74,7 @@ item_path: /obj/item/device/flashlight/pen/fluff/lynn { ckey: arokha -character_name: Aronai Kadigan +character_name: Aronai Sieyes item_path: /obj/item/clothing/under/solgov/utility/sifguard/medical/command item_name: centcom medical uniform item_desc: A medical uniform straight from Central Command. @@ -82,7 +82,7 @@ item_desc: A medical uniform straight from Central Command. { ckey: arokha -character_name: Aronai Kadigan +character_name: Aronai Sieyes item_path: /obj/item/clothing/suit/storage/service/sifguard/medical/command item_name: centcom medical jacket item_desc: A medical jacket straight from Central Command. @@ -90,7 +90,7 @@ item_desc: A medical jacket straight from Central Command. { ckey: arokha -character_name: Aronai Kadigan +character_name: Aronai Sieyes item_path: /obj/item/weapon/card/id/centcom/station/fluff/aronai }