make global cyclers immune to cycling too

This commit is contained in:
Timothy Stiles 2021-02-07 10:52:18 +11:00
parent 19354bf5cf
commit 7c306e2234

View File

@ -1685,6 +1685,9 @@ const TILE_TYPES = {
{ {
let target_safe = [level.cell( let target_safe = [level.cell(
i + 0, i + 0,
j + 0),
level.cell(
i + 0,
j - 1), j - 1),
level.cell( level.cell(
i + 1, i + 1,