diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-10 02:18:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-10 02:18:07 -0300 |
commit | 9bb0d394c11d43bea8693419f95a97c2132dd9d0 (patch) | |
tree | 1a808aab97275ae7003e4aefe6524178faefb572 /wiki | |
parent | 83dc68b1480fd7fbd1ab9cb0ffa583e94d461003 (diff) | |
download | evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.gz evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.bz2 evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.xz evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.zip |
Please excuse me, I did not meant to commit to master, but oh well >.>
Fix pipeline.
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/sedesign.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/sedesign.py b/wiki/sedesign.py index fe0c5f3..16c7b5c 100755 --- a/wiki/sedesign.py +++ b/wiki/sedesign.py @@ -390,7 +390,7 @@ def ItemWrite(tbl, ID=False, AEGIS=False, NAME=False, PRICE=False, WEIGHT=False, wikia.write("<td>Atk: %s</td>" % i.atk) if stgen: lv=int(i.lvl) - at=int(i.atk) + #at=int(i.atk) fc=7.5 ## Two hand swords are stronger if i in IT_WEAPON['HAND_2']: |