Mudcracwlers had the race "Monster" instead of "monster".
My last commit reveals the error (no [race]Monster[/race]) so fix the bad "M"
This commit is contained in:
parent
df22f53cb5
commit
c20e564d06
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
[unit]
|
||||
id=Giant Mudcrawler
|
||||
name= _ "Giant Mudcrawler"
|
||||
race=Monster
|
||||
race=monster
|
||||
image="units/monsters/giant-mudcrawler.png"
|
||||
ellipse="misc/ellipse"
|
||||
#ability=regenerates
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[unit]
|
||||
id=Mudcrawler
|
||||
name= _ "Mudcrawler"
|
||||
race=Monster
|
||||
race=monster
|
||||
image="units/monsters/mudcrawler.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
#ability=regenerates
|
||||
|
|
Loading…
Add table
Reference in a new issue