From d7f26d7862bca5ca492c7e14245d584f2648e13c Mon Sep 17 00:00:00 2001 From: Red <47158596+Red-byte3D@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:58:16 +0300 Subject: [PATCH] Ups protective form cost from 50 to 150 for synths (#6414) # 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
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: balance: Synthetic Protective Form now takes 150 charge instead of 50. /:cl: Co-authored-by: InsaneRed --- code/game/objects/items/storage/smartpack.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/smartpack.dm b/code/game/objects/items/storage/smartpack.dm index d012e773617b..3763064aa333 100644 --- a/code/game/objects/items/storage/smartpack.dm +++ b/code/game/objects/items/storage/smartpack.dm @@ -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