Update SlotStats.xml

pull/4/head
AardCrowley 5 years ago
parent 3017b97747
commit 442e83529c

@ -129,13 +129,13 @@ function showStats()
aheadBehind = "behind" aheadBehind = "behind"
aheadBehindColour = "red" aheadBehindColour = "red"
elseif difference > 0 then elseif difference > 0 then
aheadBehind = "ahead" aheadBehind = "ahead of"
aheadBehindColour = "green" aheadBehindColour = "green"
elseif difference == 0 then elseif difference == 0 then
aheadBehind = "even" aheadBehind = "even with"
end end
ColourNote("white", "", "You are ", aheadBehindColour, "", aheadBehind, "white", "", " of the House by ", "yellow", "", commas(difference), "white", "", " gold.") ColourNote("white", "", "You are ", aheadBehindColour, "", aheadBehind, "white", "", " the House by ", "yellow", "", commas(difference), "white", "", " gold.")
ColourNote("white", "", "Average winnings: ", "yellow", "", commas(math.floor(pay/tries)), "white", "", " gold.") ColourNote("white", "", "Average winnings: ", "yellow", "", commas(math.floor(pay/tries)), "white", "", " gold.")
print(string.rep("=", 80)) print(string.rep("=", 80))
end end

Loading…
Cancel
Save