Uncomment refund log_dynamic message (#30231)

This commit is contained in:
Charlie Nolan
2025-08-23 03:33:10 -07:00
committed by GitHub
parent 0d5dd1b473
commit ff457fb613
@@ -127,7 +127,7 @@
/datum/ruleset/proc/refund(info)
// not enough antagonists signed up!!! idk what to do. The only real solution is to procedurally allocate budget, which will result in 1000x more get_players_for_role() calls. Which is not cheap.
// OR we cache get_players_for_role() and then just check if they have a special_role. May be unreliable.
// log_dynamic("[info] Refunding [antag_cost * antag_amount] budget.")
log_dynamic("[info] Refund unimplemented, wasting [antag_cost * antag_amount] budget.")
// Currently unimplemented. Will be useful for a possible future PR where latejoin antagonists are factored in.
return