Fix bug where Galdrad has empty box when L2 unit killed:
$ at start of string makes whole thing a variable in vconfig::expand()
This commit is contained in:
parent
35ee00cb63
commit
dd3634b796
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ When 'n' no longer selects a new unit, you can end your turn.")}
|
|||
[/then]
|
||||
[else]
|
||||
# Must be level 2 unit.
|
||||
{TEACHER (_"$student, level 2 units are powerful, but not invulnerable. Goodbye, $deadguy.user_description.")}
|
||||
{TEACHER (_"Level 2 units are powerful, but not invulnerable $student! Goodbye, $deadguy.user_description|.")}
|
||||
[/else]
|
||||
[/if]
|
||||
[/else]
|
||||
|
|
Loading…
Add table
Reference in a new issue