Dynamic no longer double dips on refunds for ghost antags

This commit is contained in:
Putnam
2019-12-10 13:55:58 -08:00
parent a16dfb7545
commit 1de118d40e
@@ -127,11 +127,6 @@
/datum/dynamic_ruleset/midround/from_ghosts/proc/review_applications()
for (var/i = 1, i <= required_candidates, i++)
if(candidates.len <= 0)
if(i == 1)
// We have found no candidates so far and we are out of applicants.
mode.refund_threat(cost)
mode.log_threat("Rule [name] refunded [cost] (all applications invalid)",verbose=TRUE)
mode.executed_rules -= src
break
var/mob/applicant = pick(candidates)
candidates -= applicant