Menu

#506 bcascDailyDungeon doesnt check for casting items

open
nobody
None
5
2012-11-27
2012-11-27
Anonymous
No

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]);

Discussion

MongoDB Logo MongoDB