Basset: the only person to leave debug code in a repo

This commit is contained in:
Ishaan Bhardwaj 2020-11-01 13:44:35 -05:00
parent 6f39b591d3
commit 0badcde9ad

View File

@ -148,8 +148,6 @@ function Grid:copyBottomRow()
end end
function Grid:garbageRise(row_vals) function Grid:garbageRise(row_vals)
local b = {skin = "bone", colour = "X"}
local e = empty
for row = 1, 23 do for row = 1, 23 do
self.grid[row] = self.grid[row+1] self.grid[row] = self.grid[row+1]
self.grid_age[row] = self.grid_age[row+1] self.grid_age[row] = self.grid_age[row+1]