all repos — groupgardenbot @ f94f08ef12d71967d754a23a330d4a35f7ecde8e

An extension of the game "botany", originally designed for unix-based systems, to the Telegram Bot API.

fix bonus rounding
Marco Andronaco andronacomarco@gmail.com
Thu, 10 Nov 2022 17:27:21 +0100
commit

f94f08ef12d71967d754a23a330d4a35f7ecde8e

parent

5373f6d93a1a98f5afc16a69dc4ff1a25cee5885

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.pymain.py

@@ -20,7 +20,7 @@ name : {plant.name}

stage : {plant.parse_plant()} age : {plant.age_days} days score : {plant.points} -bonus : x{plant.generation_bonus - 1} +bonus : x{plant.generation_bonus - 1:.2f} water : {plant.get_water()}``` {plant.get_description()}