Skip to content

Commit 46d1d1b

Browse files
committed
Update CustomAPLogic.hx
1 parent bd63386 commit 46d1d1b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/archipelago/CustomAPLogic.hx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,17 +1444,6 @@ class APHScriptProcessor {
14441444
// Clear existing data using the new centralized method
14451445
APDataStore.clearAll();
14461446

1447-
// Initialize High Quality Trap Manager
1448-
HighQualityTrapManager.initialize();
1449-
1450-
// Add the High Quality Trap item to the global pool
1451-
var highQualityTrapItem:APRequiredItem = {
1452-
name: "High Quality Trap",
1453-
isTrap: true,
1454-
targetMod: "base-game" // Can affect any mod
1455-
};
1456-
APDataStore.items.push(highQualityTrapItem);
1457-
14581447
// Load available mods
14591448
var availableMods = loadModData();
14601449
APDataStore.availableMods = availableMods;

0 commit comments

Comments
 (0)