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

@@ -11,6 +11,9 @@ func set_person_target_item(person,item_name):
result.is_being_used = true
person.target_item = result
person.set_target(result.shelf_owner)
return true
else:
return null