Fix is water/lava

This commit is contained in:
Logan Hunt 2022-04-20 12:31:37 -06:00
parent 3f6a14e142
commit 90c104092f
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -33,6 +33,8 @@ game.system.Logic = (entitiesGrid) => {
"wall": game.createWall,
"bigblue": game.createBigBlue,
"flag": game.createFlag,
"lava": game.createLava,
"water": game.createWater,
};
const doOnRule = (rule, entities, direction) => {