mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
New firesuits sprites and atmos firesuits (#582)
New and better sprites, from old code, for firesuits as a whole and adding atmos firesuits and fire helmets.
This commit is contained in:
@@ -31,3 +31,9 @@
|
||||
/obj/item/clothing/head/hardhat/dblue
|
||||
icon_state = "hardhat0_dblue"
|
||||
item_state = "hardhat0_dblue"
|
||||
|
||||
/obj/item/clothing/head/hardhat/red/atmos
|
||||
name = "atmospheric firefighter helmet"
|
||||
desc = "An atmospheric firefighter's helmet, able to keep the user protected from heat and fire."
|
||||
icon_state = "atmos_fire"
|
||||
item_state = "atmos_fire"
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
/obj/item/clothing/suit/fire
|
||||
name = "firesuit"
|
||||
desc = "A suit that protects against fire and heat."
|
||||
icon_state = "fire"
|
||||
item_state = "fire_suit"
|
||||
icon_state = "firesuit"
|
||||
item_state = "firesuit"
|
||||
w_class = 4//bulky item
|
||||
gas_transfer_coefficient = 0.90
|
||||
permeability_coefficient = 0.50
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
/obj/item/clothing/suit/fire/firefighter
|
||||
icon_state = "firesuit"
|
||||
item_state = "firefighter"
|
||||
item_state = "firesuit"
|
||||
|
||||
|
||||
/obj/item/clothing/suit/fire/heavy
|
||||
@@ -40,6 +40,12 @@
|
||||
w_class = 4//bulky item
|
||||
slowdown = 1.5
|
||||
|
||||
/obj/item/clothing/suit/fire/atmos
|
||||
name = "atmospheric technician firesuit"
|
||||
desc = "A suit that protects against fire and heat, this one is designed for atmospheric technicians."
|
||||
icon_state = "atmos_firesuit"
|
||||
item_state = "atmos_firesuit"
|
||||
|
||||
/*
|
||||
* Bomb protection
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user