MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / isNegativeTo

Method isNegativeTo

game/state/shared/organisation.cpp:821–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821bool 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

Callers

nothing calls this directly

Calls 1

getRelationToMethod · 0.95

Tested by

no test coverage detected