Skip to content

Commit

Permalink
Fixed broken macro arguments introduced in a53090d
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-zookeeper committed Dec 17, 2016
1 parent c5aa4f2 commit 491e9d6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -172,7 +172,7 @@
[/not]
[/filter_location]
[command]
{NAMED_NOTRAIT_UNIT 2 $guardtypetable[$($loc.n % $guardtypetable.length)].type $loc.x $loc.y () (_ "Guard")} {GUARDIAN}
{NAMED_NOTRAIT_UNIT 2 "$guardtypetable[$($loc.n % $guardtypetable.length)].type" $loc.x $loc.y () (_ "Guard")} {GUARDIAN}
[/command]
[/random_placement]

Expand Down Expand Up @@ -226,7 +226,7 @@
[/not]
[/filter_location]
[command]
{GENERIC_UNIT 2 $magetypetable[$($loc.n % $magetypetable.length)].type $loc.x $loc.y}
{GENERIC_UNIT 2 "$magetypetable[$($loc.n % $magetypetable.length)].type" $loc.x $loc.y}
[/command]
[/random_placement]

Expand Down

0 comments on commit 491e9d6

Please sign in to comment.