diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index fafdcdb..a6e900f 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/Habitation.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/Habitation.java index c2cfc38..5309e91 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/Habitation.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/Habitation.java @@ -67,7 +67,7 @@ public class Habitation { TwosideKeeper.log("[Habitat]It's now clear~!",4); i--; } else { - if (Math.random()<=0.1) { + if (Math.random()<=0.5) { locationhashes.put(hash, (int)(spawnamt*0.9)); TwosideKeeper.log("[Habitat]It's now "+(int)(spawnamt*0.9)+"!",4); }