Allow tone bells to be activated with mesecons from below

master
rdococ 2022-04-18 16:36:50 +01:00
parent d7d112e5b3
commit 892100d8bb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ local function createBell(colour, tone)
mesecons = {effector = {
action_on = tone_bells.play,
rules = mesecon and mesecon.rules.flat
rules = mesecon and mesecon.rules.alldirs
}},
groups = {cracky = 3, tone_bell = 1, tone_bell_tone = tone},