diff --git a/code/game/gamemodes/dynamic/antag_rulesets.dm b/code/game/gamemodes/dynamic/antag_rulesets.dm index 8918c7d20a2..ce30a5aa50e 100644 --- a/code/game/gamemodes/dynamic/antag_rulesets.dm +++ b/code/game/gamemodes/dynamic/antag_rulesets.dm @@ -270,7 +270,8 @@ /datum/ruleset/team/automatic_deduct(budget) antag_amount = team_size - . = ..() + . = antag_cost + log_dynamic("Automatic deduction: +[antag_amount] [name]\s. Remaining budget: [budget - .].") /datum/ruleset/team/antagonist_possible(budget) if(unique_team) // we're given our size at the start, no more please!