This commit is contained in:
2026-06-25 16:02:01 -04:00
parent c1a5361255
commit f61889195c
6 changed files with 82 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ ITEMS = {"food": 3, "medicine": 5, "catnip": 5}
BASE_INVENTORY = {item: 0 for item in ITEMS}
WORK_START_LETTERS = 2
WORK_EARN_PER_ROUND = 3
CAT_COLORS = [
"orange tabby",
"black",