bane mechanic

This commit is contained in:
2025-01-03 20:12:47 -06:00
parent d0e04e53ad
commit 25c1f34c23
+1 -1
View File
@@ -744,7 +744,7 @@ public final class Bane {
else if(playerNation.equals(attackNation))
attackers.add(uuid);
else
MovementManager.translocate(player,new Vector3fImmutable(88853,32,45079),Regions.GetRegionForTeleport(new Vector3fImmutable(88853,32,45079)));
MovementManager.translocate(player,Vector3fImmutable.getRandomPointOnCircle(ZoneManager.getZoneByUUID(656).getLoc(),30f),Regions.GetRegionForTeleport(ZoneManager.getZoneByUUID(656).getLoc()));
}
int attackerSize = 0;
int defenderSize = 0;