New art assets, work on implementing more adventurer behavior and making them work better together, and steps towards completing the first quest loop.

This commit is contained in:
2025-07-31 08:44:26 -04:00
parent c0a2c058ba
commit 38a7ed85b0
66 changed files with 1112 additions and 658 deletions

View File

@@ -4,7 +4,9 @@ class_name GuildEmployee extends Adventurer
@onready var queue : GuildQueue = $Queue
var busy : bool
signal service_provided()
func interact(interactor, type : String = "") -> void:
if type == "register":
Guild.register_guild_member(interactor.data, true)
service_provided.emit()