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
@@ -87,6 +87,7 @@ public class LoreMineManager {
Vector3fImmutable bounceLoc = Vector3fImmutable.getRandomPointOnCircle(ZoneManager.getZoneByUUID(656).getLoc(),30f);
pc.setLoc(bounceLoc);
MovementManager.translocate(pc, bounceLoc, Regions.GetRegionForTeleport(ZoneManager.getZoneByUUID(656).getLoc()));
ChatManager.chatSystemInfo(pc, "You Failed To Meet Lore Requirements");
}
}