diff options
author | Reid <reidyaro@gmail.com> | 2016-11-06 04:12:10 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-11-06 04:12:45 +0100 |
commit | 8fa43d973c8dd08ac840702de27ac4bcdd639387 (patch) | |
tree | 446e94fd5b6e5144f54bebe376f8b29b529d1834 /maps/001-2-22.tmx | |
parent | d6a8465aa4ed66ef0ee9c78a3864b3602fc725d7 (diff) | |
download | clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.gz clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.bz2 clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.tar.xz clientdata-8fa43d973c8dd08ac840702de27ac4bcdd639387.zip |
Fix some bad warp locations and add some missing save locations.
Diffstat (limited to 'maps/001-2-22.tmx')
-rw-r--r-- | maps/001-2-22.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/001-2-22.tmx b/maps/001-2-22.tmx index 146fc6f5..5f40cda1 100644 --- a/maps/001-2-22.tmx +++ b/maps/001-2-22.tmx @@ -359,16 +359,16 @@ <object id="2" name="To First Deck" type="warp" x="2304" y="960" width="32" height="32"> <properties> <property name="dest_map" value="001-2-21"/> - <property name="dest_x" value="30"/> + <property name="dest_x" value="31"/> <property name="dest_y" value="26"/> </properties> </object> <object id="3" name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> <properties> <property name="death" value="20000"/> - <property name="spawn" value="30000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="1002"/> + <property name="spawn" value="30000"/> </properties> </object> <object id="4" name="save" type="save" x="1280" y="1184" width="32" height="32"> |