From c9f737ef28a9259176a98f623a9efab470037d5e Mon Sep 17 00:00:00 2001 From: Juliana Sims Date: Thu, 23 May 2024 14:30:12 -0400 Subject: [PATCH] Add comment clarifying logic gate index increment --- modules/game/level.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/game/level.scm b/modules/game/level.scm index 5990a0d..ffe34bd 100644 --- a/modules/game/level.scm +++ b/modules/game/level.scm @@ -93,6 +93,7 @@ ;; electric-switch ;; electron-warp ((or 8 12 14) 5) + ;; logic gates ((or 11 13 15) 4) (_ 3))))) (when obj