Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
aedenthorn committed Dec 5, 2022
1 parent 3e3799a commit e67e9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DynamicMapTiles/CodePatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public static void Postfix(GameLocation __instance, Location tileLocation, xTile
__result = TriggerActions(__instance.Map.Layers.ToList(), who, new Point(tileLocation.X, tileLocation.Y), new List<string>() { "Action" });
return;
}

__result = true;

}
Expand Down
1 change: 1 addition & 0 deletions DynamicMapTiles/ModEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public partial class ModEntry : Mod
teleportKey,
teleportTileKey,
giveKey,
takeKey,
chestKey,
chestAdvancedKey,
messageKey,
Expand Down
2 changes: 1 addition & 1 deletion DynamicMapTiles/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "DynamicMapTiles",
"Author": "aedenthorn",
"Version": "0.7.1",
"Version": "0.7.2",
"Description": "DynamicMapTiles.",
"UniqueID": "aedenthorn.DynamicMapTiles",
"EntryDll": "DynamicMapTiles.dll",
Expand Down

0 comments on commit e67e9f0

Please sign in to comment.