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:
parent
6e7cbe5336
commit
3a64379ffa
1 changed files with 21 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue