From bfb35aa243c78e64a661a78184a3c57b5d4bb1ce Mon Sep 17 00:00:00 2001 From: Daanish Date: Thu, 26 Mar 2026 13:03:33 +0000 Subject: [PATCH] cleanup --- utils/maze.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/maze.rb b/utils/maze.rb index f0e4a6a..5fc9e02 100644 --- a/utils/maze.rb +++ b/utils/maze.rb @@ -1,6 +1,3 @@ -# add 10% wall deletion, ignoring boss rooms -# add room boss spawn entrance north south east or west middle - class MazeData def initialize(width, height, standalone: false) @width = width