summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-14 12:41:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-14 12:41:54 +0100
commitae60902e58ad7c146ff5a8a072f6f99022c010ab (patch)
tree27c025a43cd59ed1148ffe8c4c55201f02028c1a /crawl-ref/source/art-func.h
parent9052b543871710fec37458839946f7f17689296b (diff)
downloadcrawl-ref-ae60902e58ad7c146ff5a8a072f6f99022c010ab.tar.gz
crawl-ref-ae60902e58ad7c146ff5a8a072f6f99022c010ab.zip
Remove a misleading statement that's nearly no-op.
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index 0ab242d932..d0bbfd8151 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -513,9 +513,6 @@ static void _GONG_melee_effect(item_def* item, actor* wearer,
static void _RCLOUDS_world_reacts(item_def *item)
{
- if (one_chance_in(100))
- return;
-
cloud_type cloud;
if (one_chance_in(4))
cloud = CLOUD_RAIN;