mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 00:58:29 +00:00
Prevent extraneous "="'s from appearing in some AI controller menus
This commit is contained in:
parent
07c228f74a
commit
d2f528eec9
@ -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…
x
Reference in New Issue
Block a user