Skip to content
Snippets Groups Projects
Commit a7cb19d2 authored by svornost's avatar svornost
Browse files

Remove in place

parent c0740abb
No related branches found
No related tags found
1 merge request!8322More Fixes
......@@ -17,7 +17,7 @@ App.Facilities.Pit.fight = function(lethal) {
} else {
if (available.length > 0) {
if (S.Bodyguard) {
available.filter(id => id !== S.Bodyguard.ID);
available.delete(S.Bodyguard.ID);
if (V.pit.bodyguardFights) {
fighters.push(S.Bodyguard.ID);
......
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