Skip to content

Commit

Permalink
Fixed bug #23059
Browse files Browse the repository at this point in the history
bug #23059: SG: Vengeance - message using "name" doesn't display
  • Loading branch information
ln-zookeeper committed Dec 13, 2014
1 parent aa7b7eb commit dcbeae4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/campaigns/The_South_Guard/scenarios/09a_Vengeance.cfg
Expand Up @@ -299,7 +299,12 @@
name= _ "Disciple of Mebrin"
side=2
x,y=1,12
to_variable=new_elf
[/unit]
[unstore_unit]
variable=new_elf
find_vacant=yes
[/unstore_unit]
[set_variable]
name=number_of_elves
add=1
Expand All @@ -308,9 +313,11 @@
[/while]

[message]
name= _ "Disciple of Mebrin"
speaker=$new_elf.id
message= _ "For every one of us you strike down, more will rise!"
[/message]

{CLEAR_VARIABLE new_elf}
[/event]

[event]
Expand Down

0 comments on commit dcbeae4

Please sign in to comment.