Skip to content

Commit

Permalink
Update mr2021.ash
Browse files Browse the repository at this point in the history
  • Loading branch information
quarklikeadork authored Oct 21, 2023
1 parent 5d19b16 commit 6e8cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/iotms/mr2021.ash
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ boolean auto_forceHandleCrystalBall(location loc)
if((auto_wantToSniff(predicted_monster,loc) || //sniff targets are wanted monsters TODO it's not exhaustive, neither is careAboutDrops()
isSniffed(predicted_monster) || //ball will likely be forbidden before getting to last monster, but last wanted one isn't sniff target
$monsters[Monstrous Boiler, beanbat] contains predicted_monster) //some wanted monsters are not sniff targets
&& appearance_rates(loc,false)[predicted_monster] < 100) //other monsters possible
&& auto_combat_appearance_rates(loc,false)[predicted_monster] < 100) //other monsters possible
{
shouldForceEquip = true; // should not waste the prediction entered in queue
}
Expand Down

0 comments on commit 6e8cdee

Please sign in to comment.