summaryrefslogtreecommitdiff
path: root/hercules
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-02 17:56:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-02 17:56:39 -0300
commit97609ab9843243b1e480bd68ec75a9bb679c412b (patch)
treed53ed8d04b76ba4c7c646fba4351c38f6f1f32c8 /hercules
parent394c92830eda23dc2f48edf28aa4763a347b5a5f (diff)
downloadtools-97609ab9843243b1e480bd68ec75a9bb679c412b.tar.gz
tools-97609ab9843243b1e480bd68ec75a9bb679c412b.tar.bz2
tools-97609ab9843243b1e480bd68ec75a9bb679c412b.tar.xz
tools-97609ab9843243b1e480bd68ec75a9bb679c412b.zip
Update all stuff which went without checking for some time
Diffstat (limited to 'hercules')
-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'