Prevent extraneous "="'s from appearing in some AI controller menus
This commit is contained in:
parent
07c228f74a
commit
d2f528eec9
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@
|
|||
[/then]
|
||||
|
||||
[else]
|
||||
{VARIABLE this_enemy_txt_img_description "&misc/blank-hex.png="+_"Side $temp_i"+"= ="}
|
||||
{VARIABLE this_enemy_txt_img_description "&misc/blank-hex.png="+_"Side $temp_i"+"= "}
|
||||
{VARIABLE ai_controller.side_$ally_side|_current_settings.focus_on_enemy.side_description _"side $temp_i"}
|
||||
[/else]
|
||||
[/if]
|
||||
|
@ -372,7 +372,7 @@
|
|||
[/then]
|
||||
|
||||
[else]
|
||||
{VARIABLE this_ally_txt_img_description "&misc/blank-hex.png="+_"Side $temp_i"+"= ="}
|
||||
{VARIABLE this_ally_txt_img_description "&misc/blank-hex.png="+_"Side $temp_i"+"= "}
|
||||
{VARIABLE ai_controller.side_$ally_side|_current_settings.protect.side_description _"side $temp_i"}
|
||||
[/else]
|
||||
[/if]
|
||||
|
|
Loading…
Add table
Reference in a new issue