We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73f1f1 commit cbce744Copy full SHA for cbce744
2 files changed
src/TSMapEditor/Config/Default/Events.ini
@@ -557,4 +557,10 @@ Name=Local Less Than Local (Vinifera)
557
Description=True if a local variable is less than another local variable.
558
P1Type=-3
559
P2Type=LocalVariable
560
-P3Type=LocalVariable
+P3Type=LocalVariable
561
+
562
+;80
563
+[BuildingDoesNotExist]
564
+Name=Building Does Not Exist
565
+Description=Triggers when the building specified (owned by the house of this trigger) does not exist.
566
+P2Type=Building
src/TSMapEditor/Constants.cs
@@ -4,7 +4,7 @@ namespace TSMapEditor
4
{
5
public static class Constants
6
7
- public const string ReleaseVersion = "1.8.0";
+ public const string ReleaseVersion = "1.8.1";
8
9
public static int CellSizeX = 48;
10
public static int CellSizeY = 24;
0 commit comments