From 9206834c799412614969af799ba2603b41a75c40 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Sun, 9 Jan 2022 19:11:23 +0000 Subject: [PATCH] I fixed the sprite problem please don't ask me how I have no idea --- code/modules/client/preference_setup/loadout/loadout_suit_vr.dm | 2 +- code/modules/clothing/suits/armor_vr.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 8e399e75bfb..b11905385ab 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -118,4 +118,4 @@ Talon winter coat /datum/gear/suit/armor/combat/crusader_explo/FM display_name = "knight, Field Medic" path = /obj/item/clothing/suit/armor/combat/crusader_explo/FM - allowed_roles ="Field Medic" \ No newline at end of file + allowed_roles = list ("Field Medic") diff --git a/code/modules/clothing/suits/armor_vr.dm b/code/modules/clothing/suits/armor_vr.dm index 46702d31373..9d1800baa3a 100644 --- a/code/modules/clothing/suits/armor_vr.dm +++ b/code/modules/clothing/suits/armor_vr.dm @@ -165,6 +165,6 @@ /obj/item/weapon/pickaxe ) -obj/item/clothing/suit/armor/combat/crusader_explo/FM +/obj/item/clothing/suit/armor/combat/crusader_explo/FM name = "field medic low tech suit" icon_state = "crusader_explo/FM"