Engineer Gaming (#14470)

This commit is contained in:
Wowzewow (Wezzy)
2022-07-29 13:44:29 +02:00
committed by GitHub
parent cfa57ab1fa
commit 609f11313b
17 changed files with 92 additions and 44 deletions
@@ -137,10 +137,11 @@
/datum/gear/head/hardhat/New()
..()
var/list/hardhat = list()
hardhat["hard hat, yellow"] = /obj/item/clothing/head/hardhat
hardhat["hard hat, blue"] = /obj/item/clothing/head/hardhat/dblue
hardhat["hard hat, orange"] = /obj/item/clothing/head/hardhat/orange
hardhat["hard hat, red"] = /obj/item/clothing/head/hardhat/red
hardhat["hard hat, operations yellow"] = /obj/item/clothing/head/hardhat
hardhat["hard hat, command blue"] = /obj/item/clothing/head/hardhat/dblue
hardhat["hard hat, engineering orange"] = /obj/item/clothing/head/hardhat/orange
hardhat["hard hat, zavodskoi red"] = /obj/item/clothing/head/hardhat/red
hardhat["hard hat, hephaestus green"] = /obj/item/clothing/head/hardhat/green
gear_tweaks += new /datum/gear_tweak/path(hardhat)
/datum/gear/head/hairflower