From 6b36e2f2ebe4fb01554416555c9de30a2d0c4598 Mon Sep 17 00:00:00 2001 From: Juicy Date: Tue, 18 May 2021 22:18:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egame/maps/hobby=5Froom=5Fcorrupted/poo?= =?UTF-8?q?l=5Ftable.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/pool_table.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/maps/hobby_room_corrupted/pool_table.gd b/game/maps/hobby_room_corrupted/pool_table.gd index af2123d..9bc8960 100644 --- a/game/maps/hobby_room_corrupted/pool_table.gd +++ b/game/maps/hobby_room_corrupted/pool_table.gd @@ -2,7 +2,7 @@ extends RPGH_Event func default(): textbox("19") - if (is_first_run()): + if is_first_run(): textbox("20", DataBase.AKO_01) textbox("21", DataBase.AKO_01) map.handle_talked_to_counter()