diff options
Diffstat (limited to '14.py')
-rw-r--r-- | 14.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ print(p1) floory = sandbox.maxy + 2 height = floory - sandbox.source[1] -for x in range(500 - height, 500 + height + 1): +for x in range(sandbox.source[0] - height, sandbox.source[0] + height + 1): sandbox[x, floory] = Tile.WALL print(p1 + sandbox.simulate()) |