Skip to content

Instantly share code, notes, and snippets.

@justinj
Last active July 1, 2016 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinj/7b19cc0ef66f729eb60cc957cedc020e to your computer and use it in GitHub Desktop.
Save justinj/7b19cc0ef66f729eb60cc957cedc020e to your computer and use it in GitHub Desktop.
24a25,26
> current_room_has_fruit=false
>
587a590
> current_room_has_fruit=true
613a617
> current_room_has_fruit=true
689a694,696
> init=function(this)
> current_room_has_fruit=true
> end,
743a751
> current_room_has_fruit=true
1100a1109,1113
> if current_room_has_fruit and not got_fruit[1+level_index()] then
> load_room(room.x,room.y)
> return
> end
> current_room_has_fruit=false
1330a1344
> print("marathon-safe edition",24,111,12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment