Index: bumcheekascend.ash
===================================================================
--- bumcheekascend.ash (revision 256)
+++ bumcheekascend.ash (working copy)
@@ -2581,11 +2581,12 @@
}
void sellJunk() {
+ if (Can_Interact() == True) return;
if (my_path() == "Way of the Surprising Fist") return;
foreach i in $items[meat stack, dense meat stack, meat paste, magicalness-in-a-can, moxie weed, strongness elixir] {
if (item_amount(i) > 0) autosell(item_amount(i), i);
}
- foreach i in $items[Old coin purse, old leather wallet, black pension check, warmsubject gift certificate, Penultimate Fantasy chest] {
+ foreach i in $items[Old coin purse, old leather wallet, black pension check, warmsubject gift certificate, Penultimate Fantasy chest, small box, pile of candy, Knob Goblin lunchbox, ancient vinyl coin purse] {
if (item_amount(i) > 0) use(item_amount(i), i);
}
}
@@ -6508,7 +6509,7 @@
set_property("choiceAdventure80", "99"); //(Rise) - this always needs to be set. It's Fall that has the conservatory adventure.
set_property("choiceAdventure87", "2"); //(Read Fall) - May as well always set this to read Chapter 2.
- if (my_primestat() == $stat[Muscle] || my_path() == "Bugbear Invasion") {
+ if ((my_primestat() == $stat[Muscle] && my_path() != "BIG!") || my_path() == "Bugbear Invasion") {
//If you're a muscle class, then you'll need to open the conservatory. It's an auto-stop.
while (get_property("lastGalleryUnlock") != my_ascensions()) {
set_property("choiceAdventure81", "1"); //(Fall) Get the Gallery adventure.