fixing implicit paths for konrad and lisar in selection

This commit is contained in:
Nils Kneuper 2008-06-18 19:48:15 +00:00
parent 14b43d9a1e
commit 62686fec1e

View file

@ -149,14 +149,14 @@ border_size=1
speaker=narrator
message=_"Who would you like to play?"
[option]
message="&" + "konrad-fighter.png" + "=" + _"Konrad"
message="&" + "units/konrad-fighter.png" + "=" + _"Konrad"
[command]
{VARIABLE student _"Konrad"}
{VARIABLE gender male}
[/command]
[/option]
[option]
message="&" + "human-princess.png" + "=" + _"Li'sar"
message="&" + "units/human-princess.png" + "=" + _"Li'sar"
[command]
{VARIABLE student _"Li'sar"}
{VARIABLE gender female}