evanbowman / skyland-beta

SKYLAND gba source code, provided for educational purposes
https://www.skylandgame.io
Other
26 stars 4 forks source link

A bug in delivery quests #35

Open Doronimmo opened 6 days ago

Doronimmo commented 6 days ago

Sometimes, the quest is at the end of a zone, sometimes makeing the destination unreachable since its already in the storm.

evanbowman commented 5 days ago

I'll work on this! The logic for placing a destination is a bit oversimplified right now and sometimes makes a mistake about whether a location is reachable. I have a solution but I'm still testing it.

evanbowman commented 5 days ago

I think I've fixed it in this version https://github.com/evanbowman/skyland-beta/releases/tag/2024.10.30.0 Hopefully... I need to continue testing to make sure it works in a bunch of different scenarios.