Skip to content

Commit

Permalink
Ups protective form cost from 50 to 150 for synths (#6414)
Browse files Browse the repository at this point in the history
# About the pull request
Increases the power requirement from 50 to 150 for protective form.

# Explain why it's good for the game

Synths shouldnt be able to use this ability 4 times without any cooldown
to tank the entire hive. An ability that reduces the damage you take (up
to %80 with base stats) should have some sort of a high requirement
since the "power" is already refillable instantly anyways. This will
make it so synths cant just rush into the entire hive and recover a
marine. or atleast make them think on how they do it so they arent given
free leeway due to the amount of times you can use it.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
balance: Synthetic Protective Form now takes 150 charge instead of 50.
/:cl:

Co-authored-by: InsaneRed <[email protected]>
  • Loading branch information
Red-byte3D and InsaneRed committed Jun 19, 2024
1 parent d818562 commit d7f26d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/smartpack.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define BACKPACK_LIGHT_LEVEL 6
#define PROTECTIVE_COST 50
#define PROTECTIVE_COST 150
#define REPAIR_COST 100
#define IMMOBILE_COST 20

Expand Down

0 comments on commit d7f26d7

Please sign in to comment.