diff options
Diffstat (limited to 'Penguloon/Levels/IceLevel3.cs')
| -rw-r--r-- | Penguloon/Levels/IceLevel3.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/IceLevel3.cs b/Penguloon/Levels/IceLevel3.cs index f7a46e4..491a0dd 100644 --- a/Penguloon/Levels/IceLevel3.cs +++ b/Penguloon/Levels/IceLevel3.cs @@ -11,7 +11,7 @@ namespace Penguloon.Levels public IceLevel3() : base() { this.SplashArt = ContentManager.GetTexture("SplashArt/3"); - this.Money = 123550; + this.Money = 350; this.Health = 200; this.ID = 3; this.MinimumLevel = 10; |
