mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 18:44:14 +00:00
LoW::1: Halved the loot in multiplayer for killing the leader.
This commit is contained in:
parent
6e01fe587a
commit
42351e9291
@ -168,6 +168,7 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
|
||||
[side]
|
||||
side=2
|
||||
{ELF_SETUP}
|
||||
village_gold=1
|
||||
controller=ai
|
||||
allow_player=no
|
||||
id=Velon
|
||||
@ -574,10 +575,13 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
|
||||
speaker=second_unit
|
||||
message= _ "What is this? The orc held plunder!"
|
||||
[/message]
|
||||
{LOOT 50 1}
|
||||
#ifdef MULTIPLAYER
|
||||
{LOOT 50 7}
|
||||
{LOOT 25 1}
|
||||
{LOOT 25 7}
|
||||
#else
|
||||
{LOOT 50 1}
|
||||
#endif
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
id=Velon
|
||||
|
Loading…
x
Reference in New Issue
Block a user