From cd66ccbfb7ac9a9302700dbe72be3a1a0bb41060 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 11 Jan 2011 21:30:51 +0100 Subject: [PATCH] tile_randomizer.px: Remove tiles that should not be randomized. --- tile_randomizer.px | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tile_randomizer.px b/tile_randomizer.px index 541224c..bbafba7 100755 --- a/tile_randomizer.px +++ b/tile_randomizer.px @@ -18,8 +18,7 @@ our $TileGroups = [1871, 1875], # forest underground stones right [1877, 1879], # forest underground stones bottom [2058, 2060, 2061, 2065, 2066, 2070], # ice tiles - [2179, 2180, 2181, 2187, 2188, 2189, 2195, 2196, 2197], # snow bg - [2171, 2172, 2175, 2176] # those other snow thingies + [2179, 2180, 2181, 2187, 2188, 2189, 2195, 2196, 2197] # snow bg ]; our $TileMap = {}; -- 2.11.0