From 6ca1a282844bde8038af061916ff0c90953a2451 Mon Sep 17 00:00:00 2001 From: peesh Date: Sat, 25 Feb 2023 23:42:58 +1000 Subject: [PATCH] you look lonely --- .../client/preference_setup/loadout/loadout_suit_vr.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm index 4aa596d59a7..98396f380c6 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -312,4 +312,9 @@ Talon winter coat "cropped hoodie"=/obj/item/clothing/suit/storage/hooded/toggle/colorable/cropped ) gear_tweaks += gear_tweak_free_color_choice - gear_tweaks += new/datum/gear_tweak/path(choodies) \ No newline at end of file + gear_tweaks += new/datum/gear_tweak/path(choodies) + +//ABOUT TIME SOMEONE ADDED THIS TO A LOADOUT +/datum/gear/suit/bladerunnercoat + display_name = "leather coat, massive" + path = /obj/item/clothing/suit/storage/bladerunner \ No newline at end of file