diff options
author | wushin <pasekei@gmail.com> | 2016-12-20 09:32:03 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-12-20 09:40:30 -0600 |
commit | 2a3eccf0550b606203599cc33c8a574860ceab11 (patch) | |
tree | 7f7be7a7c37b96ab9d0820f5dd10e6b63a9c5aad /maps/000-2-1.tmx | |
parent | cbd7105ebada32cbbb5d0f16f995b031ba68ddbb (diff) | |
download | clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.gz clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.bz2 clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.xz clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.zip |
Make script_warps warps
Diffstat (limited to 'maps/000-2-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 5196d1c1..bef6b500 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -409,11 +409,12 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Ship's Hold" type="script_warp" x="2304" y="1088" width="32" height="32"> + <object id="1" name="To Ship's Hold" type="warp" x="2304" y="1088" width="32" height="32"> <properties> <property name="dest_map" value="000-2-2"/> <property name="dest_x" value="48"/> <property name="dest_y" value="28"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="2" name="To First Deck" type="warp" x="2304" y="960" width="32" height="32"> |