diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js index ff69d7e267f26ef96db2dd2a73e2350df341fd5c..1ddc1821a0c7f9abc2aa455fd223780a7ad98994 100644 --- a/src/interaction/sellSlave.js +++ b/src/interaction/sellSlave.js @@ -962,7 +962,7 @@ new App.DomPassage("Sell Slave", () => { if (V.PC.father === V.AS) { V.boomerangStats.PCfather = V.AS; } - for (const s of V.slaves) { + for (const s of V.slaves) { //TODO: review for hyperfet compatibility if (s.ID !== V.AS) { if (s.mother === V.AS) { V.boomerangStats.boomerangMother.push(s.ID);