Skip to content

Commit 6033d0b

Browse files
BIGGER NUMBER BETER!!11!!11!! (#36978)
1 parent 86ffd35 commit 6033d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code/modules/clothing/spacesuits/rig_subtypes/rig_subtypes.dm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
species_fit = list(GREY_SHAPED, INSECT_SHAPED)
3636
species_restricted = list("exclude",VOX_SHAPED)
3737
max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE
38+
pressure_resistance = 400 * ONE_ATMOSPHERE
3839
clothing_flags = PLASMAGUARD
3940
dyeable_parts = list()
4041

@@ -46,6 +47,7 @@
4647
species_fit = list(GREY_SHAPED, INSECT_SHAPED)
4748
species_restricted = list("exclude",VOX_SHAPED)
4849
max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE
50+
pressure_resistance = 400 * ONE_ATMOSPHERE
4951
clothing_flags = PLASMAGUARD
5052
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/weapon/storage/bag/ore,/obj/item/device/t_scanner,/obj/item/weapon/pickaxe, /obj/item/device/rcd, /obj/item/tool/wrench/socket, /obj/item/tool/irons)
5153
cell_type = /obj/item/weapon/cell/super
@@ -365,6 +367,7 @@
365367
clothing_flags = PLASMAGUARD
366368
armor = list(melee = 40, bullet = 0, laser = 0, energy = 0, bomb = 25, bio = 100, rad = 0)
367369
max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE
370+
pressure_resistance = 400 * ONE_ATMOSPHERE
368371
dyeable_parts = list("visor","primary","secondary")
369372
dye_base_iconstate_override = "rig0-atmos"
370373

@@ -378,6 +381,7 @@
378381
species_fit = list(GREY_SHAPED, INSECT_SHAPED)
379382
armor = list(melee = 40, bullet = 0, laser = 0, energy = 0, bomb = 25, bio = 100, rad = 0)
380383
max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE
384+
pressure_resistance = 400 * ONE_ATMOSPHERE
381385
head_type = /obj/item/clothing/head/helmet/space/rig/atmos
382386
dyeable_parts = list("visor","primary","secondary")
383387

@@ -386,6 +390,7 @@
386390
/obj/item/clothing/head/helmet/space/rig/atmos/gold
387391
desc = "A special helmet designed for work in hazardous low pressure environments and extreme temperatures. In other words, perfect for atmos."
388392
max_heat_protection_temperature = FIRE_HELMET_MAX_HEAT_PROTECTION_TEMPERATURE*2
393+
pressure_resistance = 800 * ONE_ATMOSPHERE
389394
name = "atmos hardsuit helmet"
390395
icon_state = "rig0-atmos_gold"
391396
item_state = "atmos_gold_helm"
@@ -397,6 +402,7 @@
397402
/obj/item/clothing/suit/space/rig/atmos/gold
398403
desc = "A special suit that protects against hazardous low pressure environments and extreme temperatures. In other words, perfect for atmos."
399404
max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE*4
405+
pressure_resistance = 800 * ONE_ATMOSPHERE
400406
gas_transfer_coefficient = 0.80
401407
permeability_coefficient = 0.25
402408
icon_state = "rig-atmos_gold"

0 commit comments

Comments
 (0)