summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/SpaceLevel1.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
commita49c13ab80a76ec81f36d6cbc8c37721f24f828c (patch)
treec5d717cb301459b4f83c7a364b8e3676e90bafc7 /Penguloon/Levels/SpaceLevel1.cs
parent2cb22a74aed80e2cce68f16b0821a690c7c05b7a (diff)
ads?
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;
}