Example #1
0
void Tribe::initStanding(const Creature* c) {
  standing[c] = getStanding(c);
}
Example #2
0
bool Tribe::isEnemy(const Creature* c) const {
  return getStanding(c) < 0;
}