| 205 | } |
| 206 | |
| 207 | bool Seat::canOwnedCreatureUseRoomFrom(const Seat* seat) const |
| 208 | { |
| 209 | if(this == seat) |
| 210 | return true; |
| 211 | |
| 212 | return false; |
| 213 | } |
| 214 | |
| 215 | bool Seat::canBuildingBeDestroyedBy(const Seat* seat) const |
| 216 | { |
no outgoing calls
no test coverage detected