diff options
Diffstat (limited to 'Penguloon/Levels/SpaceLevel1.cs')
| -rw-r--r-- | Penguloon/Levels/SpaceLevel1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
