| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 13:54:30 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 13:54:30 +0200 |
| commit | 6655cdcd1c28ac36c8af144573c396d96b9dceee (patch) | |
| tree | f0eb3d8bb90e5e44fef0de319e5fd8824e72ad7a /data/examples/monster_battle/include/progress.fate | |
| parent | 8fd556f0065b7a634602cf4a8b666a426d4e8de6 (diff) | |
Updates example, allows lambdas w/o params.
Diffstat (limited to 'data/examples/monster_battle/include/progress.fate')
| -rw-r--r-- | data/examples/monster_battle/include/progress.fate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/examples/monster_battle/include/progress.fate b/data/examples/monster_battle/include/progress.fate index ee08320..3db8884 100644 --- a/data/examples/monster_battle/include/progress.fate +++ b/data/examples/monster_battle/include/progress.fate @@ -2,4 +2,4 @@ (require types/tag.fate) -(define_variable tag_collection progress) +(global (list tag) progress) |


