diff options
Diffstat (limited to 'maps/000-2-2.tmx')
-rw-r--r-- | maps/000-2-2.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/000-2-2.tmx b/maps/000-2-2.tmx index 79f2b2de..65dbdfeb 100644 --- a/maps/000-2-2.tmx +++ b/maps/000-2-2.tmx @@ -496,18 +496,20 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Second Deck" type="script_warp" x="1536" y="928" width="32" height="28"> + <object id="1" name="To Second Deck" type="warp" x="1536" y="928" width="32" height="28"> <properties> <property name="dest_map" value="000-2-1"/> <property name="dest_x" value="61"/> <property name="dest_y" value="34"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> - <object id="2" name="To ..." type="script_warp" x="740" y="992" width="28" height="32"> + <object id="2" name="To ..." type="warp" x="740" y="992" width="28" height="32"> <properties> <property name="dest_map" value="000-2-2"/> <property name="dest_x" value="1"/> <property name="dest_y" value="1"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> </objectgroup> |