Push unpushed changes
This commit is contained in:
parent
efaf74111b
commit
5a530c7d88
1 changed files with 16 additions and 0 deletions
|
@ -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...'
|
||||
|
||||
|
|
Reference in a new issue