Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Jan 20, 2020
1 parent dcdef1e commit af20242
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,14 @@
},
"responses": [
{
"text": "Wait! What??",
"text": "Wait! What??",
"condition": {
"and": [
{ "not": { "u_has_var": "completed_robofac_intercom_1", "type": "dialogue", "context": "intercom", "value": "yes" } },
{ "not": { "u_has_mission": "MISSION_ROBOFAC_INTERCOM_1" } }
]
}
},
"topic": "TALK_ROBOFAC_INTERCOM_PLEAD"
},
{
"text": "You do realize that the front door is just open?",
Expand Down Expand Up @@ -339,7 +340,7 @@
"responses": [
{
"text": "[ 2 HGC ] Deal!",
"condition": { "u_has_item": "RobofacCoin", "count": 2 },
"condition": { "u_has_items": { "item": "RobofacCoin", "count": 2 } },
"effect": [
{ "u_sell_item": "RobofacCoin", "count": 2 },
{ "u_buy_item": "mask_gas" },
Expand Down

0 comments on commit af20242

Please sign in to comment.