Skip to content

Commit

Permalink
Reset guarnateed wardens upon warden selection
Browse files Browse the repository at this point in the history
MSWS committed Sep 1, 2024

Verified

This commit was signed with the committer’s verified signature.
MSWS Isaac
1 parent 54a60d6 commit b7ea2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Jailbreak.Warden/Selection/WardenSelectionBehavior.cs
Original file line number Diff line number Diff line change
@@ -111,6 +111,7 @@ public void ScheduleChooseWarden(float time = 7.0f) {
/// Timer callback that states it's time to choose the warden.
/// </summary>
protected void OnChooseWarden() {
guaranteedWarden.Clear();
if (warden.HasWarden) return;
var eligible = Utilities.GetPlayers()
.Where(player => player.PawnIsAlive)

0 comments on commit b7ea2fa

Please sign in to comment.