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