Skip to content

Commit

Permalink
Fix cult dynamic cost (#28304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Feb 9, 2025
1 parent 5d32c2f commit efdb19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/gamemodes/dynamic/antag_rulesets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit efdb19a

Please sign in to comment.