ask if player wants soykaf or pineapple pizza when learning about them
This commit is contained in:
parent
495046a09f
commit
8837ffea1b
|
@ -246,6 +246,11 @@
|
||||||
- It's really delicious:
|
- It's really delicious:
|
||||||
- Right, of course.
|
- Right, of course.
|
||||||
- Nevermind:
|
- Nevermind:
|
||||||
|
- Would you like some pineapple pizza?
|
||||||
|
- Yes, please!:
|
||||||
|
- goto: getpineapplepizza
|
||||||
|
- Not right now.:
|
||||||
|
- Anything else?
|
||||||
- set: $knows-pineapple
|
- set: $knows-pineapple
|
||||||
- goto: eat
|
- goto: eat
|
||||||
- I made up my mind.:
|
- I made up my mind.:
|
||||||
|
@ -270,12 +275,14 @@
|
||||||
- goto: served
|
- goto: served
|
||||||
- if: $knows-pineapple
|
- if: $knows-pineapple
|
||||||
I'd like a pineapple pizza:
|
I'd like a pineapple pizza:
|
||||||
|
- label: getpineapplepizza
|
||||||
- Coming right up your feeding tube!
|
- Coming right up your feeding tube!
|
||||||
- script: drinkpizza
|
- script: drinkpizza
|
||||||
- system: Received pineapple pizza smoothie
|
- system: Received pineapple pizza smoothie
|
||||||
- goto: served
|
- goto: served
|
||||||
- if: $knows-coffee
|
- if: $knows-coffee
|
||||||
I'd like a cup of that legendary Old Earth Soykaf, please:
|
I'd like a cup of that legendary Old Earth Soykaf, please:
|
||||||
|
- label: getcoffee
|
||||||
- Coming right up your feeding tube!
|
- Coming right up your feeding tube!
|
||||||
- system: Received Old Earth Soykaf
|
- system: Received Old Earth Soykaf
|
||||||
- goto: served
|
- goto: served
|
||||||
|
@ -307,6 +314,11 @@
|
||||||
- Your suit should have a coffee dispenser built right into it.
|
- Your suit should have a coffee dispenser built right into it.
|
||||||
- Naturally, it's not as good as my legendary Old Earth Soykaf!
|
- Naturally, it's not as good as my legendary Old Earth Soykaf!
|
||||||
- set: knows-coffee
|
- set: knows-coffee
|
||||||
|
- Would you like some?
|
||||||
|
- Yes, please!:
|
||||||
|
- goto: getcoffee
|
||||||
|
- Not right now.:
|
||||||
|
- Anything else?
|
||||||
- goto: non-pizza
|
- goto: non-pizza
|
||||||
- Can't think of anything right now.:
|
- Can't think of anything right now.:
|
||||||
- So what would you like to order?
|
- So what would you like to order?
|
||||||
|
|
Loading…
Reference in a new issue