diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 18:19:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 18:19:13 -0300 |
commit | 4987437d591cdfbe6a2c26746d3ea41caf0f57be (patch) | |
tree | 5b58a95c749e213985777c82ea6275830c643305 /maps/002-1.tmx | |
parent | f390a8af53d57d9fac85877cb3f7800e61d3997e (diff) | |
download | clientdata-4987437d591cdfbe6a2c26746d3ea41caf0f57be.tar.gz clientdata-4987437d591cdfbe6a2c26746d3ea41caf0f57be.tar.bz2 clientdata-4987437d591cdfbe6a2c26746d3ea41caf0f57be.tar.xz clientdata-4987437d591cdfbe6a2c26746d3ea41caf0f57be.zip |
Remove Maggot Spawn point in 002-1: Too much trouble
Diffstat (limited to 'maps/002-1.tmx')
-rw-r--r-- | maps/002-1.tmx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index 1c0b2f2c..76518e3f 100644 --- a/maps/002-1.tmx +++ b/maps/002-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32" infinite="0" nextobjectid="14"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32" infinite="0" nextobjectid="14"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -464,13 +464,5 @@ <property name="inn" value="NO_INN"/> </properties> </object> - <object id="13" name="Maggot" type="spawn" x="832" y="896" width="128" height="256"> - <properties> - <property name="death" value="20000"/> - <property name="max_beings" value="1"/> - <property name="monster_id" value="1030"/> - <property name="spawn" value="30000"/> - </properties> - </object> </objectgroup> </map> |