mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #7574
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
|
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
|
||||||
siemens_coefficient = 0.1
|
siemens_coefficient = 0.1
|
||||||
permeability_coefficient = 0.1
|
permeability_coefficient = 0.1
|
||||||
|
unacidable = 1
|
||||||
|
|
||||||
var/interface_path = "hardsuit.tmpl"
|
var/interface_path = "hardsuit.tmpl"
|
||||||
var/ai_interface_path = "hardsuit.tmpl"
|
var/ai_interface_path = "hardsuit.tmpl"
|
||||||
@@ -141,6 +142,7 @@
|
|||||||
piece.max_heat_protection_temperature = max_heat_protection_temperature
|
piece.max_heat_protection_temperature = max_heat_protection_temperature
|
||||||
piece.siemens_coefficient = siemens_coefficient
|
piece.siemens_coefficient = siemens_coefficient
|
||||||
piece.permeability_coefficient = permeability_coefficient
|
piece.permeability_coefficient = permeability_coefficient
|
||||||
|
piece.unacidable = unacidable
|
||||||
|
|
||||||
update_icon(1)
|
update_icon(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user