More work on registering via FSM

This commit is contained in:
2025-07-25 18:38:47 -04:00
parent dc30d1b15c
commit c0a2c058ba
14 changed files with 57 additions and 12 deletions

View File

@@ -7,4 +7,4 @@ var busy : bool
func interact(interactor, type : String = "") -> void:
if type == "register":
Guild.register_guild_member(interactor)
Guild.register_guild_member(interactor.data, true)