diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-04-17 22:45:30 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-17 22:45:30 +0000 |
commit | 7b7921324db38e60fc8e6d24859af7ff4c919bed (patch) | |
tree | 8653b2fc812b4d92600b4cf2f2b9e852a80c1390 | |
parent | 3efb70c0054856e2fd6558242b9d002df14cf3ac (diff) | |
parent | 7041b647878c3bc10ae0fe3a7fb73676e9c65ad3 (diff) | |
download | tools-7b7921324db38e60fc8e6d24859af7ff4c919bed.tar.gz tools-7b7921324db38e60fc8e6d24859af7ff4c919bed.tar.bz2 tools-7b7921324db38e60fc8e6d24859af7ff4c919bed.tar.xz tools-7b7921324db38e60fc8e6d24859af7ff4c919bed.zip |
Merge branch 'evolved_py_dragonsword' into 'master'
evolved.py added dragon sword
See merge request legacy/tools!32
-rwxr-xr-x | evolved.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -519,7 +519,7 @@ def write_item(i, f): type="10" ## View - if i.aegis == "Setzer" or i.aegis == "Scythe": + if i.aegis == "Setzer" or i.aegis == "Scythe" or i.aegis == "DragonSword": view="3" elif i.aegis == "Beheader": view="4" |