stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import time
|
||||
|
||||
from untitled import generation, model, persistence, rules, ui
|
||||
from untitled.screens import pet
|
||||
from untitled.screens.common import go_to, options
|
||||
|
||||
|
||||
@@ -41,8 +42,7 @@ def house(save: model.Save):
|
||||
print("You don't have any food!")
|
||||
case "Pet your cat":
|
||||
rules.reconcile(save.cat, time.time())
|
||||
rules.excite(save.cat)
|
||||
print(f"You pet {save.cat.name}, {save.cat.name} is now happy.")
|
||||
pet.pet(save.cat)
|
||||
case "Go to...":
|
||||
go_to(save)
|
||||
case "Menu":
|
||||
|
||||
Reference in New Issue
Block a user