···7676 ui_layer.add_child(new_dialogue_container)
77777878 # Use the house_name variable to send the icon of the doctor or preist to the event point that has that house name as its parent
7979+ print_debug(house_name)
7980 Global.target_location = target_location
8081 Global.target_house_type = house_type
8182···8586 return possible_event_nodes.get_child(random_index)
86878788func _on_random_event_timer_timeout() -> void:
8888- random_event_timer.wait_time = float(randi_range(EVENT_WAIT_TIME, EVENT_WAIT_TIME * 2))
8989+ random_event_timer.wait_time = float(randf_range(EVENT_WAIT_TIME, EVENT_WAIT_TIME * 2))
89909091 #print("Event!!!!!! next event: " + str(random_event_timer.wait_time))
9192 # House selected for random event