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:
Lari Nieminen 2009-10-29 18:41:28 +00:00
parent 7fb123e16a
commit b64deddedc

View file

@ -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]