summaryrefslogtreecommitdiff
path: root/wiki/elegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/elegen.py')
-rwxr-xr-xwiki/elegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/elegen.py b/wiki/elegen.py
index b5f1587..71b41d7 100755
--- a/wiki/elegen.py
+++ b/wiki/elegen.py
@@ -124,6 +124,7 @@ def WhatElem(rac):
print("ERROR, INVALID ELEM ID: %d (ID: %s)" % (rc, rac.id))
exit(1)
return "<font color=%s>%s</font>" % (cl, tl)
+
class Mob:
def __init__(self):
# Basic
@@ -271,7 +272,6 @@ def MonsterWrite(tbl):
# TODO: Check _mobs files to determine the usual monster density (a misc info to aid adding proper drop specs)
wikib.write("<table border=1>\n")
wikib.write("<tr><th>ID</th><th>Name</th><th>Mob Info</th><th>Elegen</th><th>Misc Info</th><th>Rewards</th><th>Drops</th></tr>\n")
- #mb_core(mb)
for i in tbl:
if i.id == 'ID':
continue