Skip to content

Commit

Permalink
Make it modular
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 11, 2025
1 parent 4c37af8 commit ce483d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce483d0

Please sign in to comment.