context menu added

player can find food and eat it
This commit is contained in:
Nikolai Fesenko
2025-08-20 16:45:03 +02:00
parent 9bab0ff0f3
commit a0efc6b9b8
11 changed files with 131 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ func _ready() -> void:
func start_action(person, object):
if person.target_action == "take":
if person.target_action == "take" or person.target_action == "eat":
give_out(person)