diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-23 18:59:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-23 18:59:49 -0300 |
commit | 8b5a48184b8b59b39f63c8b39c32af1dba69750f (patch) | |
tree | 0a540e0e3eeb0820dec3966ec4cb72edf0518e40 /maps | |
parent | 0683b2e94f69ae422bc396f367eed01faab8a78d (diff) | |
download | clientdata-8b5a48184b8b59b39f63c8b39c32af1dba69750f.tar.gz clientdata-8b5a48184b8b59b39f63c8b39c32af1dba69750f.tar.bz2 clientdata-8b5a48184b8b59b39f63c8b39c32af1dba69750f.tar.xz clientdata-8b5a48184b8b59b39f63c8b39c32af1dba69750f.zip |
Save client resources in Butterfly Caves
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-3.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/015-3.tmx b/maps/015-3.tmx index f54dca72..884c5932 100644 --- a/maps/015-3.tmx +++ b/maps/015-3.tmx @@ -1206,14 +1206,14 @@ </object> <object id="15" name="to Northenmost Cave" type="warp" x="4864" y="5184" width="32" height="32"> <properties> - <property name="dest_map" value="015-3"/> + <property name="dest_map" value="self"/> <property name="dest_x" value="123"/> <property name="dest_y" value="38"/> </properties> </object> <object id="16" name="to Northenmost Cave" type="warp" x="5472" y="5152" width="32" height="32"> <properties> - <property name="dest_map" value="015-3"/> + <property name="dest_map" value="self"/> <property name="dest_x" value="147"/> <property name="dest_y" value="39"/> </properties> @@ -1267,14 +1267,14 @@ </object> <object id="30" name="to Hermit Cave" type="warp" x="3936" y="1248" width="32" height="32"> <properties> - <property name="dest_map" value="015-3"/> + <property name="dest_map" value="self"/> <property name="dest_x" value="152"/> <property name="dest_y" value="163"/> </properties> </object> <object id="31" name="to Hermit Cave" type="warp" x="4704" y="1280" width="32" height="32"> <properties> - <property name="dest_map" value="015-3"/> + <property name="dest_map" value="self"/> <property name="dest_x" value="171"/> <property name="dest_y" value="162"/> </properties> |