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 94cd9271be..c81874056b 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5218,7 +5218,7 @@ bool curare_hits_player(int death_source, int amount)
int hurted = 0;
- if (player_res_asphyx())
+ if (player_res_asphyx() <= 0)
{
hurted = roll_dice(2, 6);