mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
fixes ert hardsuit sprites (#46694)
This commit is contained in:
@@ -163,6 +163,7 @@ Contains:
|
||||
desc = "The integrated helmet of an ERT hardsuit, this one has blue highlights."
|
||||
icon_state = "hardsuit0-ert_commander"
|
||||
item_state = "hardsuit0-ert_commander"
|
||||
hardsuit_type = "ert_commander"
|
||||
armor = list("melee" = 65, "bullet" = 50, "laser" = 50, "energy" = 50, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 80)
|
||||
strip_delay = 130
|
||||
brightness_on = 7
|
||||
@@ -192,6 +193,7 @@ Contains:
|
||||
desc = "The integrated helmet of an ERT hardsuit, this one has red highlights."
|
||||
icon_state = "hardsuit0-ert_security"
|
||||
item_state = "hardsuit0-ert_security"
|
||||
hardsuit_type = "ert_security"
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/sec
|
||||
name = "emergency response team security hardsuit"
|
||||
@@ -206,6 +208,7 @@ Contains:
|
||||
desc = "The integrated helmet of an ERT hardsuit, this one has orange highlights."
|
||||
icon_state = "hardsuit0-ert_engineer"
|
||||
item_state = "hardsuit0-ert_engineer"
|
||||
hardsuit_type = "ert_engineer"
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/engi
|
||||
name = "emergency response team engineering hardsuit"
|
||||
@@ -220,6 +223,7 @@ Contains:
|
||||
desc = "The integrated helmet of an ERT hardsuit, this one has white highlights."
|
||||
icon_state = "hardsuit0-ert_medical"
|
||||
item_state = "hardsuit0-ert_medical"
|
||||
hardsuit_type = "ert_medical"
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/med
|
||||
name = "emergency response team medical hardsuit"
|
||||
@@ -234,6 +238,7 @@ Contains:
|
||||
desc = "The integrated helmet of an ERT hardsuit, this one has purple highlights."
|
||||
icon_state = "hardsuit0-ert_janitor"
|
||||
item_state = "hardsuit0-ert_janitor"
|
||||
hardsuit_type = "ert_janitor"
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/jani
|
||||
name = "emergency response team janitorial hardsuit"
|
||||
@@ -319,6 +324,7 @@ Contains:
|
||||
desc = "A helmet worn by those who deal with paranormal threats for a living."
|
||||
icon_state = "hardsuit0-prt"
|
||||
item_state = "hardsuit0-prt"
|
||||
hardsuit_type = "prt"
|
||||
max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT
|
||||
actions_types = list()
|
||||
resistance_flags = FIRE_PROOF
|
||||
@@ -350,6 +356,7 @@ Contains:
|
||||
name = "inquisitor's helmet"
|
||||
icon_state = "hardsuit0-inq"
|
||||
item_state = "hardsuit0-inq"
|
||||
hardsuit_type = "inq"
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/paranormal/berserker
|
||||
name = "champion's hardsuit"
|
||||
@@ -363,6 +370,7 @@ Contains:
|
||||
desc = "Peering into the eyes of the helmet is enough to seal damnation."
|
||||
icon_state = "hardsuit0-berserker"
|
||||
item_state = "hardsuit0-berserker"
|
||||
hardsuit_type = "berserker"
|
||||
|
||||
/obj/item/clothing/head/helmet/space/fragile
|
||||
name = "emergency space helmet"
|
||||
|
||||
Reference in New Issue
Block a user