Skip to content

Commit

Permalink
Reset mine layout on ascension.
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Jan 24, 2011
1 parent dea9bd2 commit cf0a9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bumcheekascend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -2400,6 +2400,9 @@ boolean bcascToot() {
foreach stone in $items[hamethyst, baconstone, porquoise]
autosell(item_amount(stone), stone);
}
//KoLMafia doesn't clear these on ascension.
set_property("mineLayout1", "");
set_property("trapperOre", "");
checkStage("toot", true);
return true;
}
Expand Down

0 comments on commit cf0a9fd

Please sign in to comment.