Skip to content

Commit cbce744

Browse files
committed
Add Building Does Not Exist event
1 parent c73f1f1 commit cbce744

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/TSMapEditor/Config/Default/Events.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,4 +557,10 @@ Name=Local Less Than Local (Vinifera)
557557
Description=True if a local variable is less than another local variable.
558558
P1Type=-3
559559
P2Type=LocalVariable
560-
P3Type=LocalVariable
560+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace TSMapEditor
44
{
55
public static class Constants
66
{
7-
public const string ReleaseVersion = "1.8.0";
7+
public const string ReleaseVersion = "1.8.1";
88

99
public static int CellSizeX = 48;
1010
public static int CellSizeY = 24;

0 commit comments

Comments
 (0)