increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

PLAYER and PLAYER can never overlap, but this rule requires that to happen. #808

Closed increpare closed 2 years ago

increpare commented 2 years ago

https://www.puzzlescript.net/editor.html?hack=8db16b0a218c58b028c6d2e9aa6721e1

P = Player
G = Player
Q = G and P
increpare commented 2 years ago

the actual issue is that the declarion of Q isn't getting flagged, right?