mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 20:53:18 +00:00
Make the 'final boo' a bit easier...
This commit is contained in:
parent
7f70293d6c
commit
bb077d9554
@ -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…
x
Reference in New Issue
Block a user