summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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))!