The chance is 50%, since the messages are once every half hour.

dev
sigonasr2 9 years ago
parent 0b63a9a8fc
commit 4f8563376d
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/HelperStructures/Common/Habitation.java

Binary file not shown.

@ -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);
}

Loading…
Cancel
Save