also add the image reference for the zombie bat
This commit is contained in:
parent
e52fd6fffc
commit
5d7841b273
1 changed files with 2 additions and 1 deletions
|
@ -335,7 +335,8 @@ sub ProcessUnit {
|
|||
}
|
||||
# Soulless units, the stats are in the first {UNIT_BODY...}
|
||||
if (/^{UNIT_BODY_\w+\s(\w+)\s(\w+)\s(\w+)\s(\w+)/) {
|
||||
$unit{image2} = "units/undead/$1.png> \n<img src=units/undead/$1-drake.png> \n<img src=units/undead/$1-mounted.png>";
|
||||
$unit{image2} = "units/undead/$1.png> \n<img src=units/undead/$1-bat-se-3.png>";
|
||||
$unit{image2} .= " \n<img src=units/undead/$1-drake.png> \n<img src=units/undead/$1-mounted.png>";
|
||||
$unit{image2} .= " \n<img src=units/undead/$1-saurian.png> \n<img src=units/undead/$1-swimmer.png>";
|
||||
$unit{image2} .= " \n<img src=units/undead/$1-troll.png> \n<img src=units/undead/$1-wose.png";
|
||||
$unit{image} = "units/undead/$1.png";
|
||||
|
|
Loading…
Add table
Reference in a new issue