From 677d1c6f778e34aeabc3cbf78c3b656c53151fc7 Mon Sep 17 00:00:00 2001 From: Juicy Date: Tue, 18 May 2021 22:18:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egame/maps/hobby=5Froom=5Fcorrupted/she?= =?UTF-8?q?lf.gd=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/maps/hobby_room_corrupted/shelf.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")