diff options
Diffstat (limited to 'Penguloon/Levels/SandLevel2.cs')
| -rw-r--r-- | Penguloon/Levels/SandLevel2.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/SandLevel2.cs b/Penguloon/Levels/SandLevel2.cs index 006737a..89c437e 100644 --- a/Penguloon/Levels/SandLevel2.cs +++ b/Penguloon/Levels/SandLevel2.cs @@ -14,7 +14,7 @@ namespace Penguloon.Levels this.Money = 350; this.Health = 200; this.ID = 5; - this.MinimumLevel = 20; + this.MinimumLevel = 0; LevelType = LevelType.Sand; } |
