From c91e5f4bd12a7fdf563d694dff34209c996132d5 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 3 May 2025 17:19:33 -0700 Subject: [PATCH] shorten RATE message not enough room to describe "fractions add up" -- maybe I can just fit in the "remainder" to hint that it will be considered in future upgrades? --- vacuum_gambit.p8 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index ac9a971..402e890 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -761,15 +761,13 @@ between each shot when firing. - fractions - not shown, - but they - add up. - is: ]]..tostr(c)..[[f minus: ]]..tostr(c-newc)..[[f ---------- -total: ]]..tostr(newc).."f", +total: ]]..tostr(newc)..[[f + +remainder: + ]]..sub(tostr(newc-rawnewc),0,5), action=function() self.cooldown=newc>>16 self.cd_remainder=newc-rawnewc