Map is unpassable as the top layer spears will not hit mobs

Change the passing requirement to a combo of lever state
This commit is contained in:
PaperChonChon
2024-04-24 02:58:52 +00:00
committed by GitHub
parent 5791480ab6
commit 8e6ee6f5f3

View File

@@ -1,4 +1,4 @@
var leverSequenceExit = false;
var leverSequenceExit = true;
function enterLeverSequence(pi) {
var map = pi.getMap();
@@ -72,4 +72,4 @@ function enter(pi) {
}
return ret;
}
}