summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-04-17 22:45:30 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-17 22:45:30 +0000
commit7b7921324db38e60fc8e6d24859af7ff4c919bed (patch)
tree8653b2fc812b4d92600b4cf2f2b9e852a80c1390
parent3efb70c0054856e2fd6558242b9d002df14cf3ac (diff)
parent7041b647878c3bc10ae0fe3a7fb73676e9c65ad3 (diff)
downloadtools-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-xevolved.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolved.py b/evolved.py
index c3e6128..afb1698 100755
--- a/evolved.py
+++ b/evolved.py
@@ -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"