mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 19:25:43 +00:00
TSG S8b: modified starting village captures
This commit is contained in:
parent
c2e7535eed
commit
965246e10b
@ -80,8 +80,6 @@
|
||||
{FLAG_VARIANT undead}
|
||||
[/side]
|
||||
|
||||
{STARTING_VILLAGES 2 5}
|
||||
|
||||
[side]
|
||||
side=3
|
||||
type=Lich
|
||||
@ -111,9 +109,6 @@
|
||||
{FLAG_VARIANT undead}
|
||||
[/side]
|
||||
|
||||
{STARTING_VILLAGES 3 5}
|
||||
|
||||
|
||||
[event]
|
||||
name=prestart
|
||||
|
||||
@ -328,11 +323,11 @@
|
||||
[if]
|
||||
[variable]
|
||||
name=village_radius
|
||||
greater_than=20
|
||||
greater_than=12
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
{VARIABLE village_radius 20}
|
||||
{VARIABLE village_radius 12}
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
@ -374,6 +369,9 @@
|
||||
[/event]
|
||||
|
||||
{STARTING_VILLAGES 1 $village_radius}
|
||||
{STARTING_VILLAGES 2 5}
|
||||
{STARTING_VILLAGES 3 5}
|
||||
|
||||
|
||||
# Start
|
||||
[event]
|
||||
|
Loading…
x
Reference in New Issue
Block a user