HippoKing
Member
Mafia has a relay nag window that stops you adventuring in the desert without ultrahydrated, and sends you to the Oasis if you're not.
The first desert exploration turn unlocks the Oasis. I believe right now Mafia treats desertExploration>0 as the condition for the Oasis being available. That recently stopped being true with the introduction of the Milestone in this month's IOTM.
github.com
I'm intending to update the exact same problem from the same conditional in autoscend, so please share what your opinions are on the solution (eg if an `oasisUnlocked` variable is added that would be perfect for our use case).
The first desert exploration turn unlocks the Oasis. I believe right now Mafia treats desertExploration>0 as the condition for the Oasis being available. That recently stopped being true with the introduction of the Milestone in this month's IOTM.
kolmafia/src/net/sourceforge/kolmafia/request/RelayRequest.java at main · kolmafia/kolmafia
KoLmafia is a cross-platform desktop tool which interfaces with the online adventure game Kingdom of Loathing 🗡️🍸 - kolmafia/kolmafia
I'm intending to update the exact same problem from the same conditional in autoscend, so please share what your opinions are on the solution (eg if an `oasisUnlocked` variable is added that would be perfect for our use case).