From 6c3cf8b4b4ec845722d42018f5d6e1232b36e8d6 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 22 Apr 2024 13:57:31 -0600 Subject: [PATCH] Fix DAT files to not insert implicit button connections --- js/game.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/game.js b/js/game.js index b4331c8..29f7761 100644 --- a/js/game.js +++ b/js/game.js @@ -492,10 +492,9 @@ export class Level extends LevelInterface { } } } - - if (this.stored_level.only_custom_connections) - return; } + if (this.stored_level.only_custom_connections) + return; // Orange buttons do a really weird diamond search if (connectable.type.connect_order === 'diamond') {