mirror of
https://github.com/LDDestroier/CC/
synced 2025-10-30 06:53:00 +00:00
Update ldris.lua
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user