summaryrefslogtreecommitdiff
path: root/hercules/tmx_converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/tmx_converter.py')
-rwxr-xr-xhercules/tmx_converter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hercules/tmx_converter.py b/hercules/tmx_converter.py
index 49bd846..62ad589 100755
--- a/hercules/tmx_converter.py
+++ b/hercules/tmx_converter.py
@@ -105,6 +105,7 @@ class Warp(Object):
'npc_id',
'trigger_x',
'trigger_y',
+ 'notes',
) + other_warp_fields
def __init__(self):
self.npc_id = 'WARP'