summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/IceLevel2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Levels/IceLevel2.cs')
-rw-r--r--Penguloon/Levels/IceLevel2.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Penguloon/Levels/IceLevel2.cs b/Penguloon/Levels/IceLevel2.cs
index 86e3ce3..d225a14 100644
--- a/Penguloon/Levels/IceLevel2.cs
+++ b/Penguloon/Levels/IceLevel2.cs
@@ -15,6 +15,7 @@ namespace Penguloon.Levels
this.Health = 200;
this.ID = 2;
this.MinimumLevel = 5;
+ LevelType = LevelType.Ice;
}
public override void DrawUnique(float deltaTime)