Skip to content

Commit

Permalink
Merge pull request #35 from Yobrocharlie/removes-tac-armor-slowdown
Browse files Browse the repository at this point in the history
Removes the slowdown
  • Loading branch information
Constellado authored Sep 18, 2024
2 parents 60d61c4 + ac47282 commit 8557f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS
resistance_flags = FIRE_PROOF | ACID_PROOF
supports_variations = VOX_VARIATION | DIGITIGRADE_VARIATION_NO_NEW_ICON
slowdown = 0.5
slowdown = 0

/obj/item/clothing/suit/armor/vest/marine/medium
name = "medium tactical armor vest"
Expand Down

0 comments on commit 8557f38

Please sign in to comment.