summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/IceLevel.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-14 13:42:38 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-14 13:42:38 +0100
commit8d30b5ac461e95cabfc74e46b610beabd81cb460 (patch)
treeffe44142cf340670a824111728fb1f2e51653c4d /Penguloon/Levels/IceLevel.cs
parent9c9aba58a63315d7b02bd8bf50fc98c18be93ede (diff)
upgrade menu
Diffstat (limited to 'Penguloon/Levels/IceLevel.cs')
-rw-r--r--Penguloon/Levels/IceLevel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/IceLevel.cs b/Penguloon/Levels/IceLevel.cs
index d041095..4532774 100644
--- a/Penguloon/Levels/IceLevel.cs
+++ b/Penguloon/Levels/IceLevel.cs
@@ -11,7 +11,7 @@ namespace Penguloon.Levels
public IceLevel() : base()
{
this.SplashArt = ContentManager.GetTexture("SplashArt/1");
- this.Money = 350;
+ this.Money = 12350;
this.Health = 200;
this.ID = 1;
this.MinimumLevel = 1;