Skip to content

Commit

Permalink
removes the helmets slowdown too
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobrocharlie committed Sep 18, 2024
1 parent d844dea commit ac47282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
icon_state = "marine_command"
item_state = "helmetalt"
armor = list("melee" = 50, "bullet" = 75, "laser" = 55, "energy" = 25, "bomb" = 60, "bio" = 100, "fire" = 70, "acid" = 50)
slowdown = 0.3
slowdown = 0
min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT
clothing_flags = STOPSPRESSUREDAMAGE
resistance_flags = FIRE_PROOF | ACID_PROOF
Expand Down

0 comments on commit ac47282

Please sign in to comment.