THoT S11: used 'variation none' instead of 'variation ()'
This commit is contained in:
parent
e48f4c2059
commit
bcb9f81fdc
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
|||
transform_to=Undead Dwarvish Rune Lord
|
||||
[/transform_unit]
|
||||
|
||||
{MODIFY_UNIT id=Karrag variation karrag-unmasked}
|
||||
{MODIFY_UNIT (id=Karrag) variation karrag-unmasked}
|
||||
|
||||
[sound]
|
||||
name=lich-hit-1.ogg
|
||||
|
@ -275,7 +275,7 @@
|
|||
|
||||
# Put his mask back on so we don't have to deal with yet another unit type
|
||||
# for his maskless variation
|
||||
{MODIFY_UNIT id=Karrag variation ()}
|
||||
{MODIFY_UNIT (id=Karrag) variation none}
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
|
|
Loading…
Add table
Reference in a new issue