extends Interactable func _ready() -> void: can_pick = false can_store = false func action(person): print(str(person) + " is sleeping")