diff options
Diffstat (limited to 'maps/029-5.tmx')
-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> |