|
|
|
@ -155,7 +155,7 @@ public class Mine extends AbstractGameObject {
@@ -155,7 +155,7 @@ public class Mine extends AbstractGameObject {
|
|
|
|
|
this.allowed_teleport_time = System.currentTimeMillis(); |
|
|
|
|
|
|
|
|
|
//decide if lore or not
|
|
|
|
|
this.enforceLore = ThreadLocalRandom.current().nextInt(1,5) == 2; |
|
|
|
|
//this.enforceLore = ThreadLocalRandom.current().nextInt(1,5) == 2;
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void releaseMineClaims(PlayerCharacter playerCharacter) { |
|
|
|
|