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:
Alberyk
2016-07-24 23:51:22 +03:00
committed by skull132
parent 0fbac152d9
commit 624e5bfd2f
9 changed files with 54 additions and 4 deletions
+6
View File
@@ -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"
+9 -3
View File
@@ -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
*/