summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/IceLevel.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-02 17:13:32 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-02 17:13:32 +0100
commit0c58f5048e37ad40c68f56f3dc7756d60816cc0e (patch)
treed64e3d12f4994d2b2c0f4bd9d0c2c74611289b04 /Penguloon/Levels/IceLevel.cs
parentc3c4f2c7617c393ad6e8c7f1d87abf4a9a8cf602 (diff)
fanboi & chumchum
Diffstat (limited to 'Penguloon/Levels/IceLevel.cs')
-rw-r--r--Penguloon/Levels/IceLevel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Penguloon/Levels/IceLevel.cs b/Penguloon/Levels/IceLevel.cs
index 1a810a7..d041095 100644
--- a/Penguloon/Levels/IceLevel.cs
+++ b/Penguloon/Levels/IceLevel.cs
@@ -14,7 +14,8 @@ namespace Penguloon.Levels
this.Money = 350;
this.Health = 200;
this.ID = 1;
- this.MinimumLevel = 0;
+ this.MinimumLevel = 1;
+ LevelType = LevelType.Ice;
}
public override void DrawUnique(float deltaTime)