Merge pull request #15085 from Heroman3003/classic-hardhat
Brings classic hard hats as alternate option
@@ -108,7 +108,7 @@
|
||||
/obj/item/clothing/head/collectable/hardhat
|
||||
name = "collectable hard hat"
|
||||
desc = "WARNING! Offers no real protection, or luminosity, but it is damn fancy!"
|
||||
icon_state = "hardhat0_yellow"
|
||||
icon_state = "hardhat0_old_yellow"
|
||||
body_parts_covered = 0
|
||||
|
||||
/obj/item/clothing/head/collectable/HoS
|
||||
|
||||
@@ -80,6 +80,52 @@
|
||||
icon_state = "helmet_firefighter_ce"
|
||||
max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE + 10000
|
||||
|
||||
/obj/item/clothing/head/hardhat/old
|
||||
name = "classic hard hat"
|
||||
icon_state = "hardhat0_old_yellow"
|
||||
light_overlay = "hardhat_light_old"
|
||||
|
||||
/obj/item/clothing/head/hardhat/orange/old
|
||||
name = "classic orange hard hat"
|
||||
icon_state = "hardhat0_old_orange"
|
||||
light_overlay = "hardhat_light_old"
|
||||
|
||||
/obj/item/clothing/head/hardhat/white/old
|
||||
name = "classic sleek hard hat"
|
||||
icon_state = "hardhat0_old_white"
|
||||
light_overlay = "hardhat_light_old"
|
||||
|
||||
/obj/item/clothing/head/hardhat/dblue/old
|
||||
name = "classic blue hard hat"
|
||||
icon_state = "hardhat0_old_dblue"
|
||||
light_overlay = "hardhat_light_old"
|
||||
|
||||
/obj/item/clothing/head/hardhat/red/old
|
||||
name = "classic fire helmet"
|
||||
icon_state = "hardhat0_old_red"
|
||||
light_overlay = "hardhat_light_old"
|
||||
|
||||
/obj/item/clothing/head/hardhat/firefighter/old
|
||||
name = "classic firefighter helmet"
|
||||
icon_state = "helmet_firefighter_old"
|
||||
sprite_sheets = list(
|
||||
SPECIES_TAJARAN = 'icons/inventory/head/mob_tajaran.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/hardhat/firefighter/atmos/old
|
||||
name = "classic atmospheric firefighter helmet"
|
||||
icon_state = "atmos_fire_old"
|
||||
sprite_sheets = list(
|
||||
SPECIES_TAJARAN = 'icons/inventory/head/mob_tajaran.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/hardhat/firefighter/chief/old
|
||||
name = "classic chief firefighter helmet"
|
||||
icon_state = "helmet_firefighter_ce_old"
|
||||
sprite_sheets = list(
|
||||
SPECIES_TAJARAN = 'icons/inventory/head/mob_tajaran.dmi'
|
||||
)
|
||||
|
||||
/*
|
||||
* Ranger Hats
|
||||
*/
|
||||
|
||||
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 264 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |