Remove error-causing extraneous '\'; fix up indentation
This commit is contained in:
parent
df654ea371
commit
ce4f77fff6
1 changed files with 18 additions and 18 deletions
|
@ -18,23 +18,23 @@ cost=11
|
|||
usage=fighter
|
||||
unit_description= _ "These animated walking corpses have become strong from long experience fighting the living."
|
||||
get_hit_sound=zombie-hit.wav
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=200
|
||||
image="{BASE_IMAGE}-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=400
|
||||
image="{BASE_IMAGE}-die-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=400
|
||||
end=600
|
||||
image="{BASE_IMAGE}-die-3.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=200
|
||||
image="{BASE_IMAGE}-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=400
|
||||
image="{BASE_IMAGE}-die-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=400
|
||||
end=600
|
||||
image="{BASE_IMAGE}-die-3.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
[attack]
|
||||
name=fist
|
||||
type=impact
|
||||
|
@ -104,4 +104,4 @@ get_hit_sound=zombie-hit.wav
|
|||
variation_name=mounted
|
||||
{UNIT_BODY_SOULLESS undead-soulless-mounted}
|
||||
[/variation]
|
||||
\[/unit]
|
||||
[/unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue