repo.or.cz
/
k8-i-v-a-n.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetix
[k8-i-v-a-n.git]
/
src
/
game
/
commands
/
RaiseGodRelations.cpp
blob
ae8c7a4f9ac82b973d569ae0dfe43f6a3c2c97f9
1
COMMAND
(
RaiseGodRelations
) {
2
for
(
int
c
=
1
;
c
<=
GODS
; ++
c
)
game
::
GetGod
(
c
)->
AdjustRelation
(
50
);
3
return false
;
4
};