Module:Sandbox/Hubianzhen/BTD6 rewards: Difference between revisions

No edit summary
No edit summary
 
Line 233: Line 233:
-- Top
-- Top
elseif top >= mid and top >= btm then
elseif top >= mid and top >= btm then
if top == btm and (tower ~= "DartMonkey" or (tower ~= "MonkeyBuccaneer" and top == 2)) then top, mid = 0, 0
if top == btm and (tower == "DartMonkey" or (tower == "MonkeyBuccaneer" and top == 2)) then top, mid = 0, 0
else
else
mid, btm = 0, 0
mid, btm = 0, 0