diff options
Diffstat (limited to 'Penguloon/Levels')
| -rw-r--r-- | Penguloon/Levels/SandLevel2.cs | 2 | ||||
| -rw-r--r-- | Penguloon/Levels/SandLevel3.cs | 2 | ||||
| -rw-r--r-- | Penguloon/Levels/SpaceLevel1.cs | 2 | ||||
| -rw-r--r-- | Penguloon/Levels/SpaceLevel2.cs | 2 |
4 files changed, 4 insertions, 4 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; } diff --git a/Penguloon/Levels/SandLevel3.cs b/Penguloon/Levels/SandLevel3.cs index a158544..057167f 100644 --- a/Penguloon/Levels/SandLevel3.cs +++ b/Penguloon/Levels/SandLevel3.cs @@ -14,7 +14,7 @@ namespace Penguloon.Levels this.Money = 350; this.Health = 200; this.ID = 6; - this.MinimumLevel = 25; + this.MinimumLevel = 0; LevelType = LevelType.Sand; } diff --git a/Penguloon/Levels/SpaceLevel1.cs b/Penguloon/Levels/SpaceLevel1.cs index b07ad66..979873f 100644 --- a/Penguloon/Levels/SpaceLevel1.cs +++ b/Penguloon/Levels/SpaceLevel1.cs @@ -14,7 +14,7 @@ namespace Penguloon.Levels this.Money = 350; this.Health = 200; this.ID = 7; - this.MinimumLevel = 30; + this.MinimumLevel = 0; LevelType = LevelType.Space; } diff --git a/Penguloon/Levels/SpaceLevel2.cs b/Penguloon/Levels/SpaceLevel2.cs index 6de68ba..e31c63f 100644 --- a/Penguloon/Levels/SpaceLevel2.cs +++ b/Penguloon/Levels/SpaceLevel2.cs @@ -14,7 +14,7 @@ namespace Penguloon.Levels this.Money = 350; this.Health = 200; this.ID = 8; - this.MinimumLevel = 35; + this.MinimumLevel = 0; LevelType = LevelType.Space; } |
