Ports Welding Hard Hats from /tg/
Changelog: modules/clothing/head/Hardhat.dm: -Added Welder Hard Hats & various colours --They function as a combi hard hat & welder mask, but have a slightly dimmer head lamp modules/clothing/vending/wardrobes.dm -Added 3 Welder Hard Hats to the Engi-drobe and Atmos-drobe -Equalized some values between the two (3 atmos winter coats now instead of 5, and 3 engineering dufflebags instead of 2) game/objects/structures/crates_lockers/closets/secure/engineering.dm -Replaced the welding mask in the CE's locker with a white WHH (This one has brighter buld in it! Same brightness as a regular hard hat) datums/action.dm - Added the item_action to lower the WHH's face shield icons/mob/head.dmi -Added weldervisor + welderhat, which are used by the WHH's -Recoloured hardhat0/1_dblue to be in atmos colours as I've never seen it on the station before and this way is actually used icons/mob/obj/hats.dmi -Added weldervisor, again, used by the WHH's -Repositioned the hardhat sprites up several pixels so they don't clip and look weird with the weldervisor -Recoloured hardhat0/1_dblue to be in atmos colours as I've never seen it on the station before and this way is actually used
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
product_ads = "Guaranteed to protect your feet from industrial accidents!;Afraid of radiation? Then wear yellow!"
|
||||
vend_reply = "Thank you for using the EngiDrobe!"
|
||||
products = list(/obj/item/clothing/accessory/pocketprotector = 5,
|
||||
/obj/item/storage/backpack/duffelbag/engineering = 2,
|
||||
/obj/item/storage/backpack/duffelbag/engineering = 3,
|
||||
/obj/item/storage/backpack/industrial = 3,
|
||||
/obj/item/storage/backpack/satchel/eng = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering = 3,
|
||||
@@ -71,7 +71,8 @@
|
||||
/obj/item/clothing/under/rank/engineer/skirt = 5,
|
||||
/obj/item/clothing/suit/hazardvest = 5,
|
||||
/obj/item/clothing/shoes/workboots = 5,
|
||||
/obj/item/clothing/head/hardhat = 5)
|
||||
/obj/item/clothing/head/hardhat = 5,
|
||||
/obj/item/clothing/head/hardhat/weldhat = 3)
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/engi_wardrobe
|
||||
|
||||
/obj/item/vending_refill/wardrobe/engi_wardrobe
|
||||
@@ -87,7 +88,8 @@
|
||||
/obj/item/storage/backpack/duffelbag/engineering = 3,
|
||||
/obj/item/storage/backpack/satchel/eng = 3,
|
||||
/obj/item/storage/backpack/industrial = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 5,
|
||||
/obj/item/clothing/head/hardhat/weldhat/dblue = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 3,
|
||||
/obj/item/clothing/under/rank/atmospheric_technician = 5,
|
||||
/obj/item/clothing/under/rank/atmospheric_technician/skirt = 5,
|
||||
/obj/item/clothing/shoes/sneakers/black = 5)
|
||||
|
||||
Reference in New Issue
Block a user