Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Aug 2018 13:34:39 +0200] rev 13645
Use full string for sidFuel and avoid string concatenation
Fuel as in fuel for saucer, landgun, flamethrower, icegun.
Old string was built with like this:
sidFuel + ": " + fuel + "%".
New string us built with proper format string instead