diff options
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 26e6bd4..bfd0381 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -85,7 +85,7 @@ class iceconfig: for x in range(1, self.max_x): for y in range(1, self.max_y): - if x in (7, 20): + if x in (6, 19): if y % 2 == 1: self.ramb_tiles[(x, y)] = ["0" * 42 for i in range(16)] else: |