From 1769dd9e8da2b9b246b624135da5c79fa1fca877 Mon Sep 17 00:00:00 2001 From: Wickedtemp Date: Tue, 19 Nov 2019 23:34:34 -0600 Subject: [PATCH] Hopefully makes my fluff-stuff spawn WORN Having a custom bag spawn in my internals box instead of on my back is annoying...also smol name edit because girlfren's character changed the last name spelling of their character and since our characters are married, gotta fix! but yeah hopefully this fixes it. it worked on private serber. --- .../loadout/loadout_fluffitems_vr.dm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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 b3875d037a..759f79e7fa 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -884,27 +884,30 @@ path = /obj/item/clothing/glasses/omnihud/med/fluff/wickedtemphud display_name = "Tempest's Medical Hud" ckeywhitelist = list("wickedtemp") - character_name = list("Chakat Tempest Venesare") + character_name = list("Chakat Tempest Venosare") allowed_roles = list("Chief Medical Officer","Medical Doctor","Chemist","Psychiatrist","Paramedic", "Field Medic") - + slot = slot_glasses + /datum/gear/fluff/tempest_hypospray path = /obj/item/weapon/reagent_containers/hypospray/vial/tempest display_name = "Tempest's Hypospray" ckeywhitelist = list("wickedtemp") - character_name = list("Chakat Tempest Venesare") + character_name = list("Chakat Tempest Venosare") allowed_roles = list("Chief Medical Officer","Medical Doctor","Chemist","Psychiatrist","Paramedic", "Field Medic") - + slot = slot_belt + /datum/gear/fluff/tempest_backpack path = /obj/item/weapon/storage/backpack/saddlebag/tempest display_name = "Tempest's Saddlebag" ckeywhitelist = list("wickedtemp") - character_name = list("Chakat Tempest Venesare") - + character_name = list("Chakat Tempest Venosare") + slot = slot_back + /datum/gear/fluff/tempest_implant path = /obj/item/weapon/implanter/reagent_generator/tempest display_name = "Tempest's Implant" ckeywhitelist = list("wickedtemp") - character_name = list("Chakat Tempest Venesare") + character_name = list("Chakat Tempest Venosare") // X CKEYS /datum/gear/fluff/penelope_box @@ -944,4 +947,4 @@ path = /obj/item/clothing/accessory/sweater/fluff/star display_name = "Star Sweater" ckeywhitelist = list("bacon12366") - character_name = list("Elly Brown") \ No newline at end of file + character_name = list("Elly Brown")