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 ccea57728d..21ebb11403 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -661,6 +661,12 @@ ckeywhitelist = list("nickcrazy") character_name = list("Damon Bones Xrim") +/datum/gear/fluff/NDF_Medical_jacket + path = /obj/item/clothing/under/solgov/utility/sifguard/medical + display_name = "Ridge's Medical Jacket" + ckeywhitelist = list("nickcrazy") + character_name = list("Ridge") + /datum/gear/fluff/damon_jacket path = /obj/item/clothing/suit/storage/toggle/bomber/bombersec display_name = "Damon's Bomber Jacket" @@ -1148,4 +1154,4 @@ path = /obj/item/device/radio/headset/fluff/zodiacshadow display_name = "Nehi's Radio" ckeywhitelist = list("zodiacshadow") - character_name = list("Nehi Maximus") \ No newline at end of file + character_name = list("Nehi Maximus")