From 5a530c7d888858156c49dd2f4d4459a938a3b50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Sun, 17 Apr 2022 18:46:17 +0200 Subject: [PATCH] Push unpushed changes --- games/example.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/games/example.yml b/games/example.yml index 80932f4..59c66c9 100644 --- a/games/example.yml +++ b/games/example.yml @@ -25,4 +25,20 @@ game: # here goes all the game logic nothing: description: "Do nothing" text: "You sit and wait..." + actions: + - last + last: + description: 'Continue' + text: 'You look around the tavern' + actions: + - drink + - sitmore + drink: + needs_item: + - 'Beer' + description: "Drink beer" + text: 'You take a sip of your beer' + sitmore: + description: 'Sit some more' + text: 'You sit some more...'