summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/SandLevel3.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-26 14:22:18 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-26 14:22:18 +0100
commitfae272bc77b1c523a8af7a52bb220b684a2a6c1b (patch)
tree3b99c6740f4100f704c82042808731f1ff826b24 /Penguloon/Levels/SandLevel3.cs
parent60f1bddda04ec5fa22778abf176171a547dde949 (diff)
map packHEADmaster
Diffstat (limited to 'Penguloon/Levels/SandLevel3.cs')
-rw-r--r--Penguloon/Levels/SandLevel3.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/SandLevel3.cs b/Penguloon/Levels/SandLevel3.cs
index a158544..057167f 100644
--- a/Penguloon/Levels/SandLevel3.cs
+++ b/Penguloon/Levels/SandLevel3.cs
@@ -14,7 +14,7 @@ namespace Penguloon.Levels
this.Money = 350;
this.Health = 200;
this.ID = 6;
- this.MinimumLevel = 25;
+ this.MinimumLevel = 0;
LevelType = LevelType.Sand;
}