Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-moon1 committed Apr 6, 2024
1 parent 177df4c commit d8d78a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/clothing/suits/marine_armor/spec_fire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name = "\improper M35 pyrotechnician armor"
desc = "A custom set of M35 armor designed for use by USCM Pyrotechnicians."
icon_state = "pyro_armor"
slowdown = SLOWDOWN_ARMOR_LIGHT
slowdown = SLOWDOWN_ARMOR_MEDIUM
armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH
armor_bio = CLOTHING_ARMOR_MEDIUMHIGH
light_range = 5
fire_intensity_resistance = BURN_LEVEL_TIER_1
max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROT
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS|BODY_FLAG_FEET
Expand Down

0 comments on commit d8d78a0

Please sign in to comment.