summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/IceLevel3.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-02 23:36:55 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-02 23:36:55 +0100
commita05ae287aa87259817e6ca7627986e14eeab6098 (patch)
tree18578b24ab1c35aec05c465fbdc0af517b716fed /Penguloon/Levels/IceLevel3.cs
parent0c58f5048e37ad40c68f56f3dc7756d60816cc0e (diff)
dank
Diffstat (limited to 'Penguloon/Levels/IceLevel3.cs')
-rw-r--r--Penguloon/Levels/IceLevel3.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/IceLevel3.cs b/Penguloon/Levels/IceLevel3.cs
index e70ea70..f7a46e4 100644
--- a/Penguloon/Levels/IceLevel3.cs
+++ b/Penguloon/Levels/IceLevel3.cs
@@ -14,7 +14,7 @@ namespace Penguloon.Levels
this.Money = 123550;
this.Health = 200;
this.ID = 3;
- this.MinimumLevel = 5;
+ this.MinimumLevel = 10;
LevelType = LevelType.Ice;
}