Skip to content

Commit

Permalink
fix and improve 'go away' dialogue
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <uso.cosmo.ray@gmail.com>
  • Loading branch information
cosmo-ray committed May 5, 2024
1 parent b4cab3c commit 79fefe1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions dialogue/PHQ_Dialogs_Part1.json
Expand Up @@ -87,10 +87,10 @@
"dialogue": [
{
"text": "Go Away!",
"condition": ["!exist", "phq.events.robert_away"],
"condition": ["exist", "phq.events.robert_away"],
"answer": {
"text": "Okay.",
"action": "phq.backToGame"
"text": "Okay.",
"action": "phq.backToGame"
}
},
{
Expand Down Expand Up @@ -160,14 +160,14 @@
{
"text": "(start a quest, yayyyyy)",
"actions": [
["recreateInt", "phq.quests.no_rats", 0],
"phq.backToGame"]
["recreateInt", "phq.quests.no_rats", 0],
"phq.backToGame"]
},
{
"text": "no, fuck you, learn to not be an asshole\nwhen you talk to someone",
"actions": [
["recreateInt", "phq.events.robert_away", 1],
"phq.backToGame"
["recreateInt", "phq.events.robert_away", 1],
["Dialogue.goto", 7]
]
}
]
Expand Down Expand Up @@ -208,6 +208,13 @@
{
"text": [ "well, why not, your hire" ],
"actions": ["phq.backToGame", ["setInt", "phq.events.can_work", 1]]
},
{
"text": [
"that's my bar, I treat client the way I want",
"now bug off, your not wealcom here, go away"
],
"action": "phq.backToGame"
}
]
},
Expand Down

0 comments on commit 79fefe1

Please sign in to comment.