make global cyclers immune to cycling too
This commit is contained in:
parent
19354bf5cf
commit
7c306e2234
@ -1685,6 +1685,9 @@ const TILE_TYPES = {
|
||||
{
|
||||
let target_safe = [level.cell(
|
||||
i + 0,
|
||||
j + 0),
|
||||
level.cell(
|
||||
i + 0,
|
||||
j - 1),
|
||||
level.cell(
|
||||
i + 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user