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