Basic Full Profiles working from log

This commit is contained in:
2025-08-08 15:01:55 -04:00
parent 03ac404583
commit 4e0b42eb23
9 changed files with 226 additions and 6 deletions

View File

@@ -84,7 +84,6 @@ func _on_navigation_failed() -> void:
func interact():
phase = Phases.INTERACT
wait_time_remaining = randf_range(2,5)
#TODO: Make them both do the talking emoji
equipment.busy = true
agent.show_speech_bubble("busy")

View File

@@ -84,7 +84,6 @@ func _on_navigation_failed() -> void:
func use_service():
phase = Phases.SERVICE
wait_time_remaining = randf_range(2,5)
#TODO: Make them both do the talking emoji
agent.show_speech_bubble("talk")
employee.show_speech_bubble("talk")