Make the 'final boo' a bit easier...
This commit is contained in:
parent
7f70293d6c
commit
bb077d9554
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue