This commit is contained in:
2026-06-24 19:52:49 -04:00
parent 2eca9ff642
commit 734fdd9c46
2 changed files with 23 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ def reconcile(cat, now):
def feed(cat, amount=100):
cat.fullness += amount
if cat.fullness > 100:
cat.fullnesss = 100
cat.fullness = 100