Remove some stray dollar signs.
This commit is contained in:
parent
0982804dc7
commit
370e7b5fbf
1 changed files with 3 additions and 3 deletions
|
@ -66,8 +66,8 @@ Note: You need to use the default map settings for the scenario to work right."
|
|||
{VARIABLE spawns[$id].variables.original_max_moves $spawns[$id].max_moves}
|
||||
|
||||
# give the unit only a third of its normal max movement for now
|
||||
{VARIABLE_OP $spawns[$id].max_moves multiply 0.33}
|
||||
{VARIABLE_OP $spawns[$id].max_moves add 1}
|
||||
{VARIABLE_OP spawns[$id].max_moves multiply 0.33}
|
||||
{VARIABLE_OP spawns[$id].max_moves add 1}
|
||||
|
||||
{VARIABLE spawns[$id].side $timid_ai_side}
|
||||
{VARIABLE spawns[$id].generate_name yes}
|
||||
|
@ -380,7 +380,7 @@ Note: You need to use the default map settings for the scenario to work right."
|
|||
[/do]
|
||||
[/while]
|
||||
{VARIABLE_OP spawn_id value main_spawns[$main_group]}
|
||||
{CLEAR_VARIABLE $spawn_id}
|
||||
{CLEAR_VARIABLE spawn_id}
|
||||
{VARIABLE_OP main_group sub 1}
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue