summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 25e314eda6..21c25d8450 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -298,7 +298,7 @@ void game_state::inc_god_acting(god_type which_god, bool is_retribution)
}
god_act.which_god = which_god;
- god_act.retribution = is_retribution;
+ god_act.retribution = is_retribution || god_act.retribution;
god_act.depth++;
}