Bug Locket contents not detected after liberating king in Standard

adeyke

Member
I've lately been doing Standard runs, which deny me access to my combat lover's locket. On finishing a run and liberating the king, get_locket_monsters() returns nothing, and I can error messages if I use the reminisce command. Calling visit_url("inventory.php?reminisce=1") isn't enough to fix this; I need to manually click the link in the relay browser each time.
 
Before KoLmafia supported the locket, this code was used:
Code:
    string tmp = visit_url("inventory.php?reminisce=1");
    string rem = visit_url("choice.php?forceoption=0");
Might be a workaround until a correct fix comes along.
 
Back
Top