mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Let's make sure solo rulesets work too (#95694)
This commit is contained in:
@@ -278,7 +278,7 @@ SUBSYSTEM_DEF(dynamic)
|
||||
log_dynamic("Roundstart: Ruleset [picked_ruleset.config_tag] (Chance: [round(rulesets_weighted[picked_ruleset] / total_weight * 100, 0.01)]%)")
|
||||
if(picked_ruleset.solo)
|
||||
log_dynamic("Roundstart: Ruleset is a solo ruleset. Cancelling other picks.")
|
||||
QDEL_LIST(picked_rulesets)
|
||||
picked_rulesets.Cut()
|
||||
rulesets_weighted -= picked_ruleset
|
||||
picked_rulesets += picked_ruleset.type
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user