mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-22 06:56:53 +00:00
Update ldris.lua
This commit is contained in:
parent
5595998d12
commit
35fa0c9ed3
@ -900,6 +900,7 @@ local doleOutGarbage = function(player, cPlayer, amount)
|
|||||||
if math.random(0, 100) > repeatProbability then
|
if math.random(0, 100) > repeatProbability then
|
||||||
gx = math.random(1, board.xSize)
|
gx = math.random(1, board.xSize)
|
||||||
end
|
end
|
||||||
|
board.minoAmount = board.minoAmount + board.xSize - 1
|
||||||
end
|
end
|
||||||
cPlayer.garbage = 0
|
cPlayer.garbage = 0
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user