From cb767eaa8fb4000acd269bba851df2d6cbc10968 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 8 Sep 2021 22:27:22 +0200 Subject: Bug fix + blackjack update. --- data/examples/blackjack/main.fate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/examples/blackjack/main.fate') diff --git a/data/examples/blackjack/main.fate b/data/examples/blackjack/main.fate index 170ef29..2738ce3 100644 --- a/data/examples/blackjack/main.fate +++ b/data/examples/blackjack/main.fate @@ -19,7 +19,7 @@ you some coins. Just between you and me, someone left those laying around, they aren't mine. (visit! money_acquisition (+ 100 (rand 0 100))) -(set! original_amount (var player.money)) +(set! original_amount player.money) Now, you're all set to go... unless you don't know how to play? @@ -72,8 +72,8 @@ Now, you're all set to go... unless you don't know how to play? ) (text_effect action_description - You walk out, having turned (eval coins_word (var original_amount)) into - (eval coins_word (var player.money)). + You walk out, having turned (eval coins_word original_amount) into + (eval coins_word player.money). ) (end!) -- cgit v1.2.3-70-g09d2