forked from doomeer/kalandralang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement doomeer#26: set_aside multiple items in a list
* state.aside is now a list * set_aside pushes the current item as the head * with_aside fails if the list is empty; uses head otherwise * awaken and recombine consume the head of the list * beastcraft_split pushes the split item as the head of the list * swap replaces the current item with the head of the list * if there is no current item: removes the head of the list, if not empty * if the list is empty: sets the current item to None
- Loading branch information
Showing
1 changed file
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters