|
|
@ -1249,6 +1249,7 @@ public class Building extends AbstractWorldObject { |
|
|
|
return this.getLoc(); |
|
|
|
return this.getLoc(); |
|
|
|
|
|
|
|
|
|
|
|
stuckLocation = stuckLocations.get(ThreadLocalRandom.current().nextInt(stuckLocations.size())).getLocation(); |
|
|
|
stuckLocation = stuckLocations.get(ThreadLocalRandom.current().nextInt(stuckLocations.size())).getLocation(); |
|
|
|
|
|
|
|
stuckLocation = this.getLoc().add(stuckLocation); |
|
|
|
|
|
|
|
|
|
|
|
return stuckLocation; |
|
|
|
return stuckLocation; |
|
|
|
} |
|
|
|
} |
|
|
|