Fix cult dynamic cost (#28304)

This commit is contained in:
Contrabang
2025-02-09 00:09:09 -05:00
committed by GitHub
parent 5d32c2f8d2
commit efdb19ac7e
@@ -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!