TSG S2: add female strings for the units placed at start

On the other hand, all these units could as well use custom names.
[ci skip]
This commit is contained in:
Severin Glöckner 2018-08-14 22:05:58 +02:00
parent 6e7cbe5336
commit 3a64379ffa

View file

@ -163,6 +163,27 @@
[/movement_costs]
[/effect]
[/object]
[store_unit]
[filter]
side=2
canrecruit=no
gender=female
[/filter]
variable=namechange
[/store_unit]
[foreach]
array=namechange
[do]
{VARIABLE this_item.name _"female^Criminal"}
[unstore_unit]
variable=this_item
find_vacant=no
[/unstore_unit]
[/do]
[/foreach]
{CLEAR_VARIABLE namechange}
[/event]
[event]