From ba0b0882ea9c2e374a44966a185d6fc0287e48d1 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 13 Apr 2021 09:08:41 -0400
Subject: [PATCH] hyperfet note

---
 src/interaction/sellSlave.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js
index ff69d7e267f..1ddc1821a0c 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);
-- 
GitLab