Update ldris.lua

This commit is contained in:
LDDestroier 2020-09-03 22:18:41 -04:00 committed by GitHub
parent 5595998d12
commit 35fa0c9ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -900,6 +900,7 @@ local doleOutGarbage = function(player, cPlayer, amount)
if math.random(0, 100) > repeatProbability then
gx = math.random(1, board.xSize)
end
board.minoAmount = board.minoAmount + board.xSize - 1
end
cPlayer.garbage = 0
end