context menu added
player can find food and eat it
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user