„game/maps/hobby_room_corrupted/shelf.gd“ ändern

This commit is contained in:
Juicy 2021-05-18 22:18:11 +02:00
parent 7c159f3620
commit 677d1c6f77

View File

@ -3,7 +3,7 @@ extends RPGH_Event
func default(): func default():
textbox("28") textbox("28")
if (is_first_run()): if is_first_run():
textbox("29", DataBase.AKO_01) textbox("29", DataBase.AKO_01)
map.handle_talked_to_counter() map.handle_talked_to_counter()
yield(RPGH.Dialog, "finished_textbox_queue") yield(RPGH.Dialog, "finished_textbox_queue")