Skip to content

Commit

Permalink
Synth Armour Speed Increase (#3804)
Browse files Browse the repository at this point in the history
# About the pull request

Decreases speed penalty of Synth Utility Vest to 20% from current higher
value.

# Explain why it's good for the game

Heavy slowdown on armour that provides no defence and only one extra
inventory slot compared to the remainder of synth items feels egregious.


# Testing Photographs and Procedure 


# Changelog
:cl:
balance: Synthetic Armour slowdown has been decreased
/:cl:

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint authored Jul 11, 2023
1 parent 63fac57 commit aef9629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150
armor_rad = CLOTHING_ARMOR_NONE
armor_internaldamage = CLOTHING_ARMOR_NONE
storage_slots = 3
slowdown = SLOWDOWN_ARMOR_VERY_LIGHT
time_to_unequip = 0.5 SECONDS
time_to_equip = 1 SECONDS
uniform_restricted = null
Expand Down

0 comments on commit aef9629

Please sign in to comment.