From a5a1c69975951dba1dd9c400e6889b36ff8fac6c Mon Sep 17 00:00:00 2001 From: capitalthree Date: Sat, 2 Dec 2023 19:43:51 -0600 Subject: [PATCH] clear all smoke when clearing smoke, including captured stone smoke --- rules.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules.lua b/rules.lua index 8f48a2e..0755981 100644 --- a/rules.lua +++ b/rules.lua @@ -201,9 +201,8 @@ local function board_clear_fx(basepos) if groups then if groups.ko_stone then nodecore.set_loud(newpos, {name = "air"}) - elseif groups.go_stone then - smokecontrol(newpos) end + smokecontrol(newpos) end if (not checked[newhash]) then