diff options
author | SimaMoto,RyoTa <liangtai@tmw2.org> | 2019-02-09 15:13:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 15:13:07 -0200 |
commit | 72f5b67e7826683605b81d843e289c2d24280264 (patch) | |
tree | b75d3cfeacbe6909ce398005902f1193ae169ab3 /maps | |
parent | 78a44bd7703c4154742373ae28aa51012b7708d9 (diff) | |
download | clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.gz clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.bz2 clientdata-72f5b67e7826683605b81d843e289c2d24280264.tar.xz clientdata-72f5b67e7826683605b81d843e289c2d24280264.zip |
[PATCH] Fix a warp point to mutual pair in Desert Mountain
Change the destination of a warp point of maps/010-1-1 from an
unexistent coordinate of maps/010-1 to a neigbouring cell of
cave entrance of maps/010-2 that destinates this warp point.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/010-1-1.tmx | 6 | ||||
-rw-r--r-- | maps/010-1.tmx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/maps/010-1-1.tmx b/maps/010-1-1.tmx index 76efa961..46b36c90 100644 --- a/maps/010-1-1.tmx +++ b/maps/010-1-1.tmx @@ -1228,9 +1228,9 @@ </object> <object id="61" name="To Outside" type="warp" x="5376" y="736" width="32" height="32"> <properties> - <property name="dest_map" value="010-1"/> - <property name="dest_x" value="59"/> - <property name="dest_y" value="192"/> + <property name="dest_map" value="010-2"/> + <property name="dest_x" value="175"/> + <property name="dest_y" value="81"/> </properties> </object> <object id="74" name="To Outside" type="warp" x="5632" y="1600" width="32" height="32"> diff --git a/maps/010-1.tmx b/maps/010-1.tmx index 2c8c6870..67cef7b2 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -1562,7 +1562,7 @@ <object id="174" name="Margin" type="fixme" x="4160" y="576" width="640" height="640"/> <object id="175" name="Margin" type="fixme" x="352" y="2048" width="640" height="640"/> </objectgroup> - <objectgroup color="#204a87" name="Spawn"> + <objectgroup color="#204a87" name="Spawn" visible="0"> <object id="145" name="Desert Maggot" type="Spawn" x="3072" y="2720" width="640" height="320"> <properties> <property name="death" value="150000"/> |