summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 3f43ea3bdd..3f01f0b354 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6680,7 +6680,7 @@ bool player::rot(actor *who, int amount, int immediate, bool quiet)
{
ASSERT(!crawl_state.arena);
- if (amount <= 0)
+ if (amount <= 0 && immediate <= 0)
return (false);
if (res_rotting())