Basic Full Profiles working from log
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user