summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/examples/blackjack/main.fate')
-rw-r--r--data/examples/blackjack/main.fate10
1 files changed, 6 insertions, 4 deletions
diff --git a/data/examples/blackjack/main.fate b/data/examples/blackjack/main.fate
index 342a663..67b70b1 100644
--- a/data/examples/blackjack/main.fate
+++ b/data/examples/blackjack/main.fate
@@ -24,16 +24,18 @@ Just between you and me, someone left those laying around, they aren't mine.
Now, you're all set to go... unless you don't know how to play?
(player_choice
- (option
- ( As it happens, I do not. )
+ (option ( As it happens, I do not. )
(visit rules_of_blackjack)
(text_effect action_description
You leave the counter and approach one of the tables.
)
(visit play_a_game)
)
- (option
- ( I am familiar with BlackJack. )
+ (event (escape)
+ You suddenly disappear.
+ (end)
+ )
+ (option ( I am familiar with BlackJack. )
(text_effect action_description
You leave the counter and approach one of the tables.
)