From ae60902e58ad7c146ff5a8a072f6f99022c010ab Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 14 Dec 2009 12:41:54 +0100 Subject: Remove a misleading statement that's nearly no-op. --- crawl-ref/source/art-func.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/art-func.h') 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; -- cgit v1.2.3-54-g00ecf