From 04e2e6d59ebc6aa5b1c738ee499b60465a55ddca Mon Sep 17 00:00:00 2001 From: kevlahnota Date: Wed, 23 Aug 2023 21:09:52 +0800 Subject: [PATCH] fix broken skep_outer.tmx --- .../common/maps/map/skep/skep_outer.tmx | 61 ++++++++++--------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/forge-gui/res/adventure/common/maps/map/skep/skep_outer.tmx b/forge-gui/res/adventure/common/maps/map/skep/skep_outer.tmx index 6e97ddfd916..1c5e5b763c5 100644 --- a/forge-gui/res/adventure/common/maps/map/skep/skep_outer.tmx +++ b/forge-gui/res/adventure/common/maps/map/skep/skep_outer.tmx @@ -47,11 +47,13 @@ [ { "text": "The Wounded Sliver looks at you interestedly", - "options": [ + "options": + [ { "name": "What are you ?", "text": "I'm the queen of the Slivers of the Skep, at least I used to be until my position was usurped.", - "options": [ + "options": + [ { "name": "Usurped ? What are you talking about ?", "text": "For millenia I've been keeping the Sliver of the Skep healthy and peaceful,keeping them under control to prevent them attacking outsiders. Everything changed when the Sliver Queen attacked the Skep. She attacked me and took control over this hive. As you can see, I was unable to defeat her.", @@ -82,40 +84,41 @@ { "name": "The Sliver Queen is no more !", "text": "Thank you for what you have done. I'll return to my rightful place as queen of the slivers'", - "condition": [ + "condition": + [ { "checkQuestFlag": "SliverQueenDefeated", "not": false } ], - "options": [ + "options": + [ { "name": "Leave", - [ - { - "text": "G'day to you, adventurer", - "condition": [ - { - "checkMapFlag": "TalkedTo", - "not": true - } - ], - "options": - [ - { - "name": "leave", - "action": [ - { - "setQuestFlag": { - "key": "TalkedTo", - "val": 1 - } - } - ] - } - ] - } -] + "text": "G'day to you, adventurer", + "condition": + [ + { + "checkMapFlag": "TalkedTo", + "not": true + } + ], + "options": + [ + { + "name": "leave", + "action": + [ + { + "setQuestFlag": + { + "key": "TalkedTo", + "val": 1 + } + } + ] + } + ] } ] }