commands separated
[k8-i-v-a-n.git] / src / game / commands / LowerGodRelations.cpp
blob3254bec9c1387e1585991eadc73c10b6d1d542d3
1 COMMAND(LowerGodRelations) {
2 for (int c = 1; c <= GODS; ++c) game::GetGod(c)->AdjustRelation(-50);
3 return false;
4 };