feat: introduce identity-backed goat
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user