mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fix cult dynamic cost (#28304)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user