From 442e83529c91ef53f830c100f1a65614ad1aa43b Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:03:11 -0500 Subject: [PATCH] Update SlotStats.xml --- SlotStats/SlotStats.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SlotStats/SlotStats.xml b/SlotStats/SlotStats.xml index 1da10d7..bc9686a 100644 --- a/SlotStats/SlotStats.xml +++ b/SlotStats/SlotStats.xml @@ -129,13 +129,13 @@ function showStats() aheadBehind = "behind" aheadBehindColour = "red" elseif difference > 0 then - aheadBehind = "ahead" + aheadBehind = "ahead of" aheadBehindColour = "green" elseif difference == 0 then - aheadBehind = "even" + aheadBehind = "even with" 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.") print(string.rep("=", 80)) end