feat: introduce identity-backed goat

This commit is contained in:
Rijad Zuzo
2026-07-26 22:26:00 +02:00
parent 1f09ebe6b6
commit f79c2bb630
47 changed files with 1903 additions and 96 deletions
+2
View File
@@ -158,5 +158,7 @@ func description(npc_names: Dictionary = {}) -> String:
return "%s could not complete %s" % [actor_name, action_name]
"resource_depleted":
return "%s was depleted" % source
"animal_fed":
return "%s fed %s %.0f %s" % [actor_name, destination, amount, item]
_:
return "tick %d: %s" % [int(data["tick"]), event_type]