1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-29 22:43:00 +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

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