1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-16 10:19:57 +00:00

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

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