Search results

  1. N

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    Crap, I somehow managed to do the diff backward the first time. They do in fact look correct as they are now. Sorry about that.
  2. N

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    Some testing feedback on r19050. The change to AreaCombat.java appears to have reversed the east/west ordering for mapping which shrine goes with which progress tracker. Looks like maybe the zone names were alphabetized without changing the corresponding progress variables?
  3. N

    New Content - Implemented December 2018 IotM - Boxing Daycare!

    Looks like a slight error in r19022 - ChoiceManager.java line 11307 sets the "_daycareNap" preference. I believe this should be "_daycareSpa", i.e., else if ( ChoiceManager.lastDecision == 2 && text.contains( "only allowed one spa treatment" ) ) { Preferences.setBoolean( "_daycareSpa"...
  4. N

    Bug Stack overflow when encountering unexpected result in DwarfFactoryRequest

    While trying to adventure at the "Warehouse" zone inside the Dwarven Factory Complex I received the "Unexpected error, debug log printed." message in the CLI and a no-data page in the relay browser. Looking at the debug log, I see this was a StackOverflowError caused by DwarfFactoryRequest...
  5. N

    Bug - Fixed Incorrect outfit name in outfits.txt

    I just noticed this while preparing to Trick-or-Treat. Outfit #77 is listed as "1000th Birthday Suit" in outfits.txt. I think this was the original name when it was first implemented, but it has been changed in-game to "Thousandth Birthday Suit". This effects the outfit name in modifiers.txt as...
Top