diff --git a/code/modules/client/preference/loadout/loadout_donor.dm b/code/modules/client/preference/loadout/loadout_donor.dm index fbe273cafeab..b2d6184a1674 100644 --- a/code/modules/client/preference/loadout/loadout_donor.dm +++ b/code/modules/client/preference/loadout/loadout_donor.dm @@ -76,13 +76,6 @@ display_name = "Fur Cap" path = /obj/item/clothing/head/furcap -/datum/gear/donor/welding_redflame - display_name = "Red flame decal welding helmet" - path = /obj/item/clothing/head/welding/flamedecal - allowed_roles = list("Chief Engineer", "Station Engineer", "Life Support Specialist", "Roboticist") - donator_tier = 2 - cost = 2 - /datum/gear/donor/welding_blueflame display_name = "Blue flame decal welding helmet" path = /obj/item/clothing/head/welding/flamedecal/blue diff --git a/modular_ss220/loadout/code/donor.dm b/modular_ss220/loadout/code/donor.dm index 19e64bd8e09c..7ec487d4188e 100644 --- a/modular_ss220/loadout/code/donor.dm +++ b/modular_ss220/loadout/code/donor.dm @@ -156,6 +156,13 @@ donator_tier = 5 cost = 2 +/datum/gear/donor/welding_redflame + display_name = "Red flame decal welding helmet" + path = /obj/item/clothing/head/welding/flamedecal + allowed_roles = list("Chief Engineer", "Station Engineer", "Life Support Specialist", "Roboticist") + donator_tier = 2 + cost = 2 + /datum/gear/donor/soundhand_metal_guitar display_name = "Электро-гитара Арии" path = /obj/item/instrument/soundhand_metal_guitar