bcascDailyDungeon doesnt check for casting items
Brought to you by:
bumcheekcity
I must have been lucky getting a stolen accordion on my first try using a chewing gum on a string because i ran into these bugs later in my run
before casting astral shell there is no check for a turtle totem, just need to a line before...
while (i_a("Turtle totem") + i_a("Mace of the Tortoise") + i_a("Chelonian Morningstar") + i_a("Flail of the Seven Aspects") == 0) use(1, $item[chewing gum on a string]);
and the same for Elemental Saucesphere needing a saucepan
while (i_a("saucepan") + i_a("5-Alarm Saucepan") + i_a("17-alarm Saucepan") + i_a("Windsor Pan of the Source") == 0) use(1, $item[chewing gum on a string]);