From 01f31d388663cc17683550bca1867f0e2e60c539 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:24:11 -0700 Subject: [PATCH] Dynamic Traitor Cost Adjustment (#28132) --- code/game/gamemodes/dynamic/antag_rulesets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/dynamic/antag_rulesets.dm b/code/game/gamemodes/dynamic/antag_rulesets.dm index 9e251becabb..62293adf6cb 100644 --- a/code/game/gamemodes/dynamic/antag_rulesets.dm +++ b/code/game/gamemodes/dynamic/antag_rulesets.dm @@ -161,7 +161,7 @@ /datum/ruleset/traitor name = "Traitor" ruleset_weight = 11 - antag_cost = 5 + antag_cost = 7 antag_weight = 2 antagonist_type = /datum/antagonist/traitor