Skip to content

Commit

Permalink
Removes the slowdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobrocharlie committed Sep 11, 2024
1 parent fec739b commit 63ee5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -67,7 +67,7 @@
/obj/item/clothing/suit/armor/vest/old
name = "degrading armor vest"
desc = "Older generation Type 1 armored vest. Due to degradation over time the vest is far less maneuverable to move in."
slowdown = 1
slowdown = 0

/obj/item/clothing/suit/armor/vest/blueshirt
name = "large armor vest"
Expand Down

0 comments on commit 63ee5b6

Please sign in to comment.