| 819 | } |
| 820 | |
| 821 | bool Organisation::isNegativeTo(const StateRef<Organisation> &other) const |
| 822 | { |
| 823 | float x = this->getRelationTo(other); |
| 824 | return x < 0; |
| 825 | } |
| 826 | |
| 827 | /** |
| 828 | * Calculate the cost of a bribe |
nothing calls this directly
no test coverage detected