Skip to content

Commit

Permalink
Arbor Day don't abort for 52+ adventures spent in $location[The Arrrb…
Browse files Browse the repository at this point in the history
…oretum] (#362)
  • Loading branch information
taltamir authored May 2, 2020
1 parent f7dff89 commit 840a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,7 @@ boolean adventureFailureHandler()
if(my_location().turns_spent > 52)
{
boolean tooManyAdventures = false;
if (($locations[The Battlefield (Frat Uniform), The Battlefield (Hippy Uniform), The Deep Dark Jungle, The Neverending Party, Noob Cave, Pirates of the Garbage Barges, The Secret Government Laboratory, Sloppy Seconds Diner, The SMOOCH Army HQ, Super Villain\'s Lair, Uncle Gator\'s Country Fun-Time Liquid Waste Sluice, VYKEA, The X-32-F Combat Training Snowman, The Exploaded Battlefield] contains my_location()) == false)
if (($locations[The Battlefield (Frat Uniform), The Battlefield (Hippy Uniform), The Deep Dark Jungle, The Neverending Party, Noob Cave, Pirates of the Garbage Barges, The Secret Government Laboratory, Sloppy Seconds Diner, The SMOOCH Army HQ, Super Villain\'s Lair, Uncle Gator\'s Country Fun-Time Liquid Waste Sluice, VYKEA, The X-32-F Combat Training Snowman, The Exploaded Battlefield, The Arrrboretum] contains my_location()) == false)
{
tooManyAdventures = true;
}
Expand Down

0 comments on commit 840a638

Please sign in to comment.