More work on taking quests

This commit is contained in:
2025-08-06 04:17:27 -04:00
parent 2c99ece532
commit d705ed0496
22 changed files with 270 additions and 72 deletions

View File

@@ -10,7 +10,6 @@ func _ready() -> void:
func add_entry(quest : Quest) -> void:
var qle : QuestLogEntry = entry_template.instantiate()
quest.entry = qle
entries.append(qle)
entry_list.add_child(qle)
qle.setup(quest)