Bug - Fixed "fortune" command appears to not exit choice (from Maximizer)

Ryo_Sangnoir

Developer
Staff member
I just maximized for exp, selected both a fortune and beach head buff, and had it fail after the fortune buff:
Code:
64 combinations checked, best score 12.87
Visiting Fortune Teller in clan VIP lounge
You acquire an effect: They Call Him Shifty Because... (100)
You are currently in a choice.
Maximizing...
64 combinations checked, best score 17.87
You are currently in a choice.

> choice

choice 1: Consult with Zatara
  select = which" id="which" required (1 options)
    1 => A Clanmate
  text = q1
  text = q2
  text = q3
  text = whichid
choice 2: Nevermind

> choice 2

Unknown adventure type encountered.
 
OK, I see it. It's fine that the "fortune" command does not exit the choice, since you can walk away from it.

The bug was in the BeachCombRequest which explicitly checked if you were in a choice - since you could be in the comb already - when deciding if it needed to visit the comb. That code did not check whether you could walk away from the choice.

Revision 19851 is fine with choices that you can walk away from. Untested.
 
Back
Top