Made M'Brin receive extra gold every time one of his units is killed,
...not just the first time. Also lowered the amount from 50/75/125 to 50/65/80.
This commit is contained in:
parent
7fb123e16a
commit
b64deddedc
1 changed files with 4 additions and 2 deletions
|
@ -230,6 +230,8 @@
|
|||
|
||||
[event]
|
||||
name=die
|
||||
first_time_only=no
|
||||
|
||||
[filter]
|
||||
side=2
|
||||
[/filter]
|
||||
|
@ -239,10 +241,10 @@
|
|||
amount=50
|
||||
#endif
|
||||
#ifdef NORMAL
|
||||
amount=75
|
||||
amount=65
|
||||
#endif
|
||||
#ifdef HARD
|
||||
amount=125
|
||||
amount=80
|
||||
#endif
|
||||
[/gold]
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue