diff --git a/game/maps/hobby_room_corrupted/shelf.gd b/game/maps/hobby_room_corrupted/shelf.gd index b645be2..4bed2a4 100644 --- a/game/maps/hobby_room_corrupted/shelf.gd +++ b/game/maps/hobby_room_corrupted/shelf.gd @@ -3,7 +3,7 @@ extends RPGH_Event func default(): textbox("28") - if (is_first_run()): + if is_first_run(): textbox("29", DataBase.AKO_01) map.handle_talked_to_counter() yield(RPGH.Dialog, "finished_textbox_queue")