typo fix
This commit is contained in:
parent
8921771b75
commit
c7d072c890
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ sub CopyImages {
|
|||
close UNITS;
|
||||
# zombie units
|
||||
if ($data_dir =~ /core/) {
|
||||
my @zombies = qw//bat-se-3 drake mounted saurian swimmer troll wose/;
|
||||
my @zombies = qw/bat-se-3 drake mounted saurian swimmer troll wose/;
|
||||
foreach $zombie (@zombies) {
|
||||
system ("$colorizer $data_dir/images/units/undead/zombie-$zombie.png $html_dir/units/undead/zombie-$zombie.png");
|
||||
system ("$colorizer $data_dir/images/units/undead/soulless-$zombie.png $html_dir/units/undead/soulless-$zombie.png");
|
||||
|
|
Loading…
Add table
Reference in a new issue