AToTB S03 Fix bug: Capture villages
The guards are distracted by the villages. They should be owned by their side, anyway.
This commit is contained in:
parent
6c33ecbd94
commit
a82e556607
1 changed files with 4 additions and 2 deletions
|
@ -70,11 +70,11 @@ Yet for some reason I fear these brothers more. If Mordak were here it would be
|
|||
#ifdef EASY
|
||||
recruit=Skeleton,Skeleton Archer,Vampire Bat,Dark Adept,Ghoul,Walking Corpse
|
||||
gold=40
|
||||
income=7
|
||||
income=0
|
||||
#else
|
||||
recruit=Skeleton,Skeleton Archer,Vampire Bat,Ghost,Dark Adept,Ghoul,Walking Corpse
|
||||
gold=60
|
||||
income=13
|
||||
income=6
|
||||
#endif
|
||||
|
||||
team_name=evil
|
||||
|
@ -176,6 +176,8 @@ Yet for some reason I fear these brothers more. If Mordak were here it would be
|
|||
#endif
|
||||
[/side]
|
||||
|
||||
{STARTING_VILLAGES 2 100}
|
||||
|
||||
# Placing prison gates
|
||||
{PLACE_IMAGE scenery/gate-rusty-se.png 5 5}
|
||||
{PLACE_IMAGE scenery/gate-rusty-sw.png 6 10}
|
||||
|
|
Loading…
Add table
Reference in a new issue