Use variables for deducting gold in EI S04b
These two variables are used everywhere else in this scenario, hardcoding the amounts here must've been a mistake.
This commit is contained in:
parent
2477618306
commit
22a1a9d5d4
1 changed files with 2 additions and 2 deletions
|
@ -801,7 +801,7 @@
|
|||
[else]
|
||||
[gold]
|
||||
side=1
|
||||
amount=-50
|
||||
amount=-$gold_cost
|
||||
[/gold]
|
||||
[sound]
|
||||
name=gold.ogg
|
||||
|
@ -884,7 +884,7 @@
|
|||
[else]
|
||||
[gold]
|
||||
side=1
|
||||
amount=-150
|
||||
amount=-$gold_extra
|
||||
[/gold]
|
||||
[sound]
|
||||
name=gold.ogg
|
||||
|
|
Loading…
Add table
Reference in a new issue