diff --git a/untitled/screens/house.py b/untitled/screens/house.py index 6f19300..6c0102b 100644 --- a/untitled/screens/house.py +++ b/untitled/screens/house.py @@ -31,7 +31,7 @@ def house(save: model.Save): rules.reconcile(save.cat, time.time()) if rules.feed(save.player, save.cat): print( - f"You feed {save.cat.name}, {save.cat.name} now is {save.cat.fullness}% full." + f"You feed {save.cat.name}, {save.cat.name} now is {round(save.cat.fullness,1)}% full." ) else: print("You don't have any food!")