Commit 93fa2d8
committed
fix: Allow following specialized rune level plans
With recent changes to stair exploration in a18a5b1, branch-specific
plans for navigating to the rune for Swamp were no longer properly
triggered. Instead the level exploration code was resetting stair
exploration, which made it hard for qw to make much progress, since it
had to travel up and try stairs before proceeding further into the cloud
generators. This commit has the exploration code not perform a reset if
we've autoexplored the rune level and found all upstairs, which will
allow the Swamp plans to take over until (hopefully) the rune is found.1 parent 51d7d32 commit 93fa2d8
3 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
246 | 250 | | |
247 | 251 | | |
248 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
849 | | - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
850 | 856 | | |
851 | 857 | | |
852 | 858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
0 commit comments