We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63386 commit 46d1d1bCopy full SHA for 46d1d1b
source/archipelago/CustomAPLogic.hx
@@ -1444,17 +1444,6 @@ class APHScriptProcessor {
1444
// Clear existing data using the new centralized method
1445
APDataStore.clearAll();
1446
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
1458
// Load available mods
1459
var availableMods = loadModData();
1460
APDataStore.availableMods = availableMods;
0 commit comments