From 9fa681e7845492024fb55db4a5b1a940c1dc51ce Mon Sep 17 00:00:00 2001
From: jjayers99 <56438137+jjayers99@users.noreply.github.com>
Date: Wed, 31 May 2023 21:36:13 -0400
Subject: [PATCH] Fixes for town mob defeat logic in Liliana's Dungeon
---
.../map/main_story/temple_of_liliana/town.tmx | 206 ++++++++++++++++--
1 file changed, 191 insertions(+), 15 deletions(-)
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx b/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx
index 731409c82ac..1011f8017e3 100644
--- a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx
+++ b/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx
@@ -204,6 +204,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -247,6 +251,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -308,6 +316,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -362,6 +374,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -413,6 +429,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -454,6 +474,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -630,6 +654,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -680,6 +708,10 @@
"options":[{"name":"(Chase after them!!!)","action": [
{"deleteMapObject": -1}]
}]
+ },
+ {"condition": [
+ {"checkMapFlag":"mayorSpawned"}],
+ "action": [{"deleteMapObject": -1}]
}
]
@@ -688,6 +720,46 @@