Skip to content

Commit

Permalink
DiD S12: minor format fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 1, 2015
1 parent d34bfb3 commit e0c4611
Showing 1 changed file with 5 additions and 6 deletions.
Expand Up @@ -27,7 +27,6 @@
side=1
controller=human
save_id=Malin Keshar

recruit=Walking Corpse,Vampire Bat,Ghost,Ghoul,Skeleton Archer,Skeleton,Dark Adept
gold=200
team_name=good
Expand All @@ -49,11 +48,11 @@
side=2
controller=ai
gold=0
# place leader, grant gold and recruits later
# Place leader, grant gold and recruits later
no_leader=yes

#After I have greatly reduced the number of villages in this scenario
#it might be a good idea to give our foolish hero some income
# After I have greatly reduced the number of villages in this scenario
# it might be a good idea to give our foolish hero some income
{INCOME 5 7 9}

[ai]
Expand Down Expand Up @@ -252,7 +251,7 @@
# Give the foolish hero gold = 200*timesForever
[gold]
side=2
amount=$(200*$timesForever)
amount="$(200*$timesForever)"
[/gold]

# play only sad music after a few repetitions
Expand Down Expand Up @@ -374,7 +373,7 @@
[event]
name=die
[filter]
id="Mal Keshar"
id=Mal Keshar
[/filter]

[if]
Expand Down

0 comments on commit e0c4611

Please sign in to comment.