Compare commits
2 Commits
bb23e761cd
...
42544a137a
| Author | SHA1 | Date | |
|---|---|---|---|
| 42544a137a | |||
| 062fef49a1 |
@@ -597,6 +597,11 @@ public class Building extends AbstractWorldObject {
|
||||
return;
|
||||
}
|
||||
|
||||
if (city.destroyed.get() == true) {
|
||||
Logger.error(city.getName() + "attempt to destroy a destroyed city");
|
||||
return;
|
||||
}
|
||||
|
||||
// Must remove a bane before considering destruction of a TOL
|
||||
|
||||
if (bane != null) {
|
||||
|
||||
Reference in New Issue
Block a user