diff --git a/code/modules/client/preference/loadout/loadout_donor.dm b/code/modules/client/preference/loadout/loadout_donor.dm index b2d6184a1674..fbe273cafeab 100644 --- a/code/modules/client/preference/loadout/loadout_donor.dm +++ b/code/modules/client/preference/loadout/loadout_donor.dm @@ -76,6 +76,13 @@ 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