feat: define action completion costs
This commit is contained in:
@@ -121,6 +121,8 @@ func description(npc_names: Dictionary = {}) -> String:
|
||||
return "%s died from starvation" % actor_name
|
||||
"task_started":
|
||||
return "%s began %s" % [actor_name, action_name if not action_name.is_empty() else item]
|
||||
"task_blocked":
|
||||
return "%s could not complete %s" % [actor_name, action_name]
|
||||
"resource_depleted":
|
||||
return "%s was depleted" % source
|
||||
_:
|
||||
|
||||
Reference in New Issue
Block a user