Skip to content
Snippets Groups Projects
Commit cde0a2e2 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'hotfixes' into 'pregmod-master'

Gating Fix

Closes #2495

See merge request !8218
parents c81e7831 4171c54a
No related branches found
No related tags found
1 merge request!8218Gating Fix
......@@ -165,13 +165,16 @@ App.Facilities.Pit.pit = function() {
V.pit.animal = null;
App.UI.DOM.replace(mainDiv, fighters);
}),
}));
if (S.Bodyguard) {
App.UI.DOM.link("Have them fight your bodyguard", () => {
V.pit.bodyguardFights = true;
V.pit.animal = null;
App.UI.DOM.replace(mainDiv, fighters);
}));
});
}
} else {
mainDiv.append(`Two fighters will be selected from the pool at random.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment