Skip to content

Commit

Permalink
LoW: raise player gold in S6-7
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Mar 10, 2019
1 parent da275b1 commit 583cd0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -30,10 +30,10 @@
[/story]

#define PLAYER_GOLD
{GOLD 350 300 250}
{GOLD 700 600 500}
#enddef
#define MULTIPLAYER_GOLD
{GOLD 140 120 100}
{GOLD 250 225 200}
#enddef

#### Kalenz's code ####
Expand Down
Expand Up @@ -48,11 +48,11 @@
### /Map Setup ###

#define PLAYER_GOLD
{GOLD 600 500 400}
{GOLD 700 600 500}
income=-2
#enddef
#define MULTIPLAYER_GOLD
{GOLD 240 190 160}
{GOLD 250 215 190}
income=-2
#enddef

Expand Down

0 comments on commit 583cd0e

Please sign in to comment.