about summary refs log tree commit diff stats
path: root/apworld/client/player.gd
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/player.gd')
-rw-r--r--apworld/client/player.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/apworld/client/player.gd b/apworld/client/player.gd index f387929..b73f61e 100644 --- a/apworld/client/player.gd +++ b/apworld/client/player.gd
@@ -313,6 +313,8 @@ func _ready():
313 entry1.get_parent().add_child.call_deferred(entry12) 313 entry1.get_parent().add_child.call_deferred(entry12)
314 entry1.queue_free() 314 entry1.queue_free()
315 315
316 ap.update_job_well_done_sign()
317
316 var minimap = ap.SCRIPT_minimap.new() 318 var minimap = ap.SCRIPT_minimap.new()
317 minimap.name = "Minimap" 319 minimap.name = "Minimap"
318 minimap.visible = ap.show_minimap 320 minimap.visible = ap.show_minimap