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

This commit is contained in:
sigonasr2 2016-07-29 05:49:03 -05:00
parent 0b63a9a8fc
commit 4f8563376d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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