| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 18:15:15 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-15 18:15:15 +0200 |
| commit | 3a910e2df9bb71e0a1601e3be9367278bf6f897f (patch) | |
| tree | c211f646c87a2459ad921ee9e9d8f71a037cdf84 /data/examples | |
| parent | 9db1108195fe6c2572005c3eb338c14b445fee3b (diff) | |
Fixes issue with computational switch.
Diffstat (limited to 'data/examples')
| -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 3db8884..12b35d0 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) -(global (list tag) progress) +(global (set tag) progress) |


