summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/clua/lm_fog.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/clua/lm_fog.lua b/crawl-ref/source/dat/clua/lm_fog.lua
index e02be91c31..00a64f0973 100644
--- a/crawl-ref/source/dat/clua/lm_fog.lua
+++ b/crawl-ref/source/dat/clua/lm_fog.lua
@@ -403,7 +403,7 @@ function tw_machine (warn_turns, warn_cantsee_message,
end
self.warning_done = true
end
- elseif triggerer.type == "turn" then
+ elseif triggerer.type == "turn" and triggerer.sub_type == "countdown" then
self.warning_done = false
channel = self.trigger_channel or ""
if self.trigger_see_message and self.see_function(point.x, point.y) then