mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Add customized welding helmets to the loadout (#27528)
* Add customized welding helmets to loadout * Add Roboticist to allowed roles * Remove fluff welding helmet
This commit is contained in:
committed by
GitHub
parent
9cb9392551
commit
d6259d924d
@@ -76,6 +76,20 @@
|
||||
display_name = "Fur Cap"
|
||||
path = /obj/item/clothing/head/furcap
|
||||
|
||||
/datum/gear/donor/welding_blueflame
|
||||
display_name = "Blue flame decal welding helmet"
|
||||
path = /obj/item/clothing/head/welding/flamedecal/blue
|
||||
allowed_roles = list("Chief Engineer", "Station Engineer", "Life Support Specialist", "Roboticist")
|
||||
donator_tier = 2
|
||||
cost = 2
|
||||
|
||||
/datum/gear/donor/welding_white
|
||||
display_name = "White decal welding helmet"
|
||||
path = /obj/item/clothing/head/welding/white
|
||||
allowed_roles = list("Chief Engineer", "Station Engineer", "Life Support Specialist", "Roboticist")
|
||||
donator_tier = 2
|
||||
cost = 2
|
||||
|
||||
/datum/gear/donor/fawkes
|
||||
display_name = "Guy Fawkes mask"
|
||||
path = /obj/item/clothing/mask/fawkes
|
||||
|
||||
Reference in New Issue
Block a user