TSG 9a: gender handling
[ci skip]
This commit is contained in:
parent
226c646633
commit
c472b42690
1 changed files with 10 additions and 2 deletions
|
@ -292,6 +292,15 @@
|
|||
x,y=1,12
|
||||
to_variable=new_elf
|
||||
[/unit]
|
||||
[if]
|
||||
[variable]
|
||||
name=new_elf.gender
|
||||
equals=female
|
||||
[/variable]
|
||||
[then]
|
||||
{VARIABLE new_elf.name _"female^Disciple of Mebrin"}
|
||||
[/then]
|
||||
[/if]
|
||||
[unstore_unit]
|
||||
variable=new_elf
|
||||
find_vacant=yes
|
||||
|
@ -304,8 +313,7 @@
|
|||
message= _ "For every one of us you strike down, more will rise!"
|
||||
[/message]
|
||||
|
||||
{CLEAR_VARIABLE new_elf}
|
||||
{CLEAR_VARIABLE how_many_elves,unit_type}
|
||||
{CLEAR_VARIABLE new_elf,how_many_elves,unit_type}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
|
Loading…
Add table
Reference in a new issue