From b8013b52671d1a1fec3f4aa5c96e90549200728d Mon Sep 17 00:00:00 2001 From: Zergspower Date: Wed, 4 May 2022 18:42:14 -0500 Subject: [PATCH] Blob Enhancements 1 (#12885) * Blob Enhancements 1 With the current state of SR Blob being so... sad.... we've discussed it in the admin circle and will be giving teeny tiny buffs. The first here is a simple Point rate boost. * 2.5 --- code/__DEFINES/blob_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/blob_defines.dm b/code/__DEFINES/blob_defines.dm index c74625d792e..4eb1cdab8d2 100644 --- a/code/__DEFINES/blob_defines.dm +++ b/code/__DEFINES/blob_defines.dm @@ -13,7 +13,7 @@ // Generic blob defines -#define BLOB_BASE_POINT_RATE 2 // Base amount of points per process() +#define BLOB_BASE_POINT_RATE 2.5 // Base amount of points per process(+1 SkyRat change) #define BLOB_EXPAND_COST 4 // Price to expand onto a new tile #define BLOB_ATTACK_REFUND 2 // Points 'refunded' when the expand attempt actually attacks something instead #define BLOB_BRUTE_RESIST 0.5 // Brute damage taken gets multiplied by this value