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