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")