summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/SandLevel2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Levels/SandLevel2.cs')
-rw-r--r--Penguloon/Levels/SandLevel2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/SandLevel2.cs b/Penguloon/Levels/SandLevel2.cs
index 5662e84..006737a 100644
--- a/Penguloon/Levels/SandLevel2.cs
+++ b/Penguloon/Levels/SandLevel2.cs
@@ -13,7 +13,7 @@ namespace Penguloon.Levels
this.SplashArt = ContentManager.GetTexture("SplashArt/5");
this.Money = 350;
this.Health = 200;
- this.ID = 4;
+ this.ID = 5;
this.MinimumLevel = 20;
LevelType = LevelType.Sand;
}