rnaodm flag mine as lore or arac

This commit is contained in:
2025-03-18 16:05:27 -05:00
parent 69c74240da
commit 1a0ad765bf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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,3) == 2;
this.enforceLore = ThreadLocalRandom.current().nextInt(1,5) == 2;
}
public static void releaseMineClaims(PlayerCharacter playerCharacter) {