errants bind loc to tree in SDR

This commit is contained in:
2025-01-04 12:53:36 -06:00
parent a21bdfe031
commit 38ca49d1a5
+4
View File
@@ -2206,6 +2206,10 @@ public class PlayerCharacter extends AbstractCharacter {
if (bindLocation == null)
bindLocation = Enum.Ruins.getRandomRuin().getLocation();
if(this.guild.getNation().equals(Guild.getErrantGuild())){
bindLocation = Vector3fImmutable.getRandomPointOnCircle(BuildingManager.getBuilding(27977).loc,20f);
}
return bindLocation;
}