diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:15:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:15:02 -0300 |
commit | b50a9f8212c9974561a0d29ae0d649c14cb6042d (patch) | |
tree | e2ecde67a5a5765cd565a11bc93a21b8bb5d0abf | |
parent | 958461d15d67d1da058db88d258b0a5edcc32b1d (diff) | |
download | clientdata-b50a9f8212c9974561a0d29ae0d649c14cb6042d.tar.gz clientdata-b50a9f8212c9974561a0d29ae0d649c14cb6042d.tar.bz2 clientdata-b50a9f8212c9974561a0d29ae0d649c14cb6042d.tar.xz clientdata-b50a9f8212c9974561a0d29ae0d649c14cb6042d.zip |
Plague 029-5
-rw-r--r-- | maps/029-5.tmx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/maps/029-5.tmx b/maps/029-5.tmx index e3f22bfe..dd0d12a3 100644 --- a/maps/029-5.tmx +++ b/maps/029-5.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="150" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="11"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="150" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="13"> <properties> <property name="music" value="graveyard.ogg"/> <property name="name" value="Crypt Sub-Basement Two"/> @@ -1196,5 +1196,15 @@ <property name="dest_y" value="97"/> </properties> </object> + <object id="11" name="Disease Timer" type="function" x="3968" y="576" width="128" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnSick"/> + </properties> + </object> + <object id="12" name="Disease Timer" type="function" x="2208" y="832" width="128" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnSick"/> + </properties> + </object> </objectgroup> </map> |