summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-29 03:27:06 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-29 03:27:06 +0100
commite0227a5ea20aaa6eccd260de33235a307cbd85ea (patch)
treea4911c63dc3da74bf638311e7d7ff0b3dafb6d45 /data/examples/blackjack/global.fate
parent22b3bf35e5e120bcfb6df317d11805fd5e83f53e (diff)
Ends refactoring.
Diffstat (limited to 'data/examples/blackjack/global.fate')
-rw-r--r--data/examples/blackjack/global.fate2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/examples/blackjack/global.fate b/data/examples/blackjack/global.fate
index c49642d..a20704e 100644
--- a/data/examples/blackjack/global.fate
+++ b/data/examples/blackjack/global.fate
@@ -18,7 +18,7 @@
(declare_text_effect action_description)
(define_sequence money_acquisition ((int amount))
- (set player.money (+ player.money amount))
+ (set player.money (+ player.money amount))
(if (> amount 0)
(text_effect action_description
You acquired (eval coins_word (var amount))!