Skip to content

Commit

Permalink
Restart wand quest if interrupted
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Jan 25, 2011
1 parent cf0a9fd commit 2f19c95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bumcheekascend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -3204,7 +3204,10 @@ void bumcheekcend() {

void main() {
if (have_effect($effect[Teleportitis]) > 0 && my_level() < 13) {
bcascTeleportitisBurn();
if (!contains_text("dungeons.php", "greater.gif") && my_level() >= 8)
bcascWand();
else
bcascTeleportitisBurn();
}

print("******************", "green");
Expand Down

0 comments on commit 2f19c95

Please sign in to comment.