| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'data/examples/blackjack/main.fate')
| -rw-r--r-- | data/examples/blackjack/main.fate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/examples/blackjack/main.fate b/data/examples/blackjack/main.fate index acfee7e..342a663 100644 --- a/data/examples/blackjack/main.fate +++ b/data/examples/blackjack/main.fate @@ -24,7 +24,7 @@ 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. ) (visit rules_of_blackjack) (text_effect action_description @@ -32,7 +32,7 @@ Now, you're all set to go... unless you don't know how to play? ) (visit play_a_game) ) - ( + (option ( I am familiar with BlackJack. ) (text_effect action_description You leave the counter and approach one of the tables. |


