Finished basic needs
This commit is contained in:
@@ -5,3 +5,4 @@ extends InteractableObject
|
||||
func _interact ():
|
||||
var item = load("res://Items/ItemData/" + item_name + ".tres")
|
||||
GlobalSignals.on_give_player_item.emit(item, 1 )
|
||||
queue_free()
|
||||
|
||||
Reference in New Issue
Block a user