summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/SpaceLevel1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Levels/SpaceLevel1.cs')
-rw-r--r--Penguloon/Levels/SpaceLevel1.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/SpaceLevel1.cs b/Penguloon/Levels/SpaceLevel1.cs
index b52db2f..b07ad66 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 = 1;
+ this.MinimumLevel = 30;
LevelType = LevelType.Space;
}