mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 23:37:00 +00:00
Make the 'final boo' a bit easier...
This commit is contained in:
parent
7f70293d6c
commit
bb077d9554
@ -422,12 +422,21 @@ Defeat:
|
|||||||
[sound]
|
[sound]
|
||||||
name=gunshot.wav
|
name=gunshot.wav
|
||||||
[/sound]
|
[/sound]
|
||||||
|
#ifdef HARD
|
||||||
[unit]
|
[unit]
|
||||||
type=Revenant
|
type=Revenant
|
||||||
side=3
|
side=3
|
||||||
x=13
|
x=13
|
||||||
y=2
|
y=2
|
||||||
[/unit]
|
[/unit]
|
||||||
|
#else
|
||||||
|
[unit]
|
||||||
|
type=Skeleton
|
||||||
|
side=3
|
||||||
|
x=13
|
||||||
|
y=2
|
||||||
|
[/unit]
|
||||||
|
#endif
|
||||||
[scroll_to_unit]
|
[scroll_to_unit]
|
||||||
x=13
|
x=13
|
||||||
y=2
|
y=2
|
||||||
@ -441,12 +450,21 @@ Defeat:
|
|||||||
[sound]
|
[sound]
|
||||||
name=gunshot.wav
|
name=gunshot.wav
|
||||||
[/sound]
|
[/sound]
|
||||||
|
#ifdef HARD
|
||||||
[unit]
|
[unit]
|
||||||
type=Revenant
|
type=Revenant
|
||||||
side=3
|
side=3
|
||||||
x=22
|
x=22
|
||||||
y=1
|
y=1
|
||||||
[/unit]
|
[/unit]
|
||||||
|
#else
|
||||||
|
[unit]
|
||||||
|
type=Skeleton
|
||||||
|
side=3
|
||||||
|
x=22
|
||||||
|
y=1
|
||||||
|
[/unit]
|
||||||
|
#endif
|
||||||
[scroll_to_unit]
|
[scroll_to_unit]
|
||||||
x=22
|
x=22
|
||||||
y=1
|
y=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user