diff options
Diffstat (limited to 'maps/001-2-22.tmx')
-rw-r--r-- | maps/001-2-22.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/001-2-22.tmx b/maps/001-2-22.tmx index 99394986..0e1b6c5f 100644 --- a/maps/001-2-22.tmx +++ b/maps/001-2-22.tmx @@ -412,11 +412,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="001-2-23"/> <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"> |