Make the 'final boo' a bit easier...

This commit is contained in:
James Spencer 2005-01-10 21:50:18 +00:00
parent 7f70293d6c
commit bb077d9554

View file

@ -422,12 +422,21 @@ Defeat:
[sound]
name=gunshot.wav
[/sound]
#ifdef HARD
[unit]
type=Revenant
side=3
x=13
y=2
[/unit]
#else
[unit]
type=Skeleton
side=3
x=13
y=2
[/unit]
#endif
[scroll_to_unit]
x=13
y=2
@ -441,12 +450,21 @@ Defeat:
[sound]
name=gunshot.wav
[/sound]
#ifdef HARD
[unit]
type=Revenant
side=3
x=22
y=1
[/unit]
#else
[unit]
type=Skeleton
side=3
x=22
y=1
[/unit]
#endif
[scroll_to_unit]
x=22
y=1