From 7959ed8710ec885712a1e9f976db1108025baa67 Mon Sep 17 00:00:00 2001 From: flappybatpal Date: Mon, 9 Oct 2023 10:19:19 +0100 Subject: [PATCH] Adjust classic traitor scaling --- code/datums/gamemodes/traitor.dm | 2 +- strings/changelog.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/code/datums/gamemodes/traitor.dm b/code/datums/gamemodes/traitor.dm index 00d0df0c9e763..378dfd6400a51 100644 --- a/code/datums/gamemodes/traitor.dm +++ b/code/datums/gamemodes/traitor.dm @@ -13,7 +13,7 @@ #ifdef RP_MODE var/const/pop_divisor = 10 #else - var/const/pop_divisor = 7 + var/const/pop_divisor = 8 #endif diff --git a/strings/changelog.txt b/strings/changelog.txt index e72bb09bba8ab..294f93dd01f5c 100644 --- a/strings/changelog.txt +++ b/strings/changelog.txt @@ -1,4 +1,7 @@ - +(t)mon oct 09 23 +(u)Flappybat +(e)⚖|C-Balance +(+)Scaling of number of traitors vs crew in the Traitor game mode has been adjusted to move the maximum of 5 traitors from a minimum of 35 to 40 crew. RP scaling unchanged. (t)sun oct 08 23 (u)Flaborized (p)15922