[wmlunits] fixed ignored unit-specific resistance/movement-cost/defence values
This commit is contained in:
parent
c25c693e5d
commit
c330fb8263
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ class HTMLOutput:
|
|||
mty = None
|
||||
if mtx:
|
||||
mty = mtx[0].get_text_val(key)
|
||||
x = unit.get_all(att = what)
|
||||
x = unit.get_all(tag = what)
|
||||
y = None
|
||||
if x:
|
||||
y = x[0].get_text_val(key,
|
||||
|
|
Loading…
Add table
Reference in a new issue