Skip to content

Commit

Permalink
fix_5
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jun 20, 2024
1 parent a888784 commit 1810d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massmeta/features/hardsuits/code/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
desc = "An advanced tactical space helmet."
icon_state = "deathsquad"
inhand_icon_state = null
armor_type = list(MELEE = 80, BULLET = 80, LASER = 50, ENERGY = 60, BOMB = 100, BIO = 100, FIRE = 100, ACID = 100, WOUND = 20)
armor_type = /datum/armor/hardsuit_deathsquad
strip_delay = 130
max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT
resistance_flags = FIRE_PROOF | ACID_PROOF
Expand Down

0 comments on commit 1810d88

Please sign in to comment.