From 172b33f6d8a2b2550840eedb6dc250b4a5ea639e Mon Sep 17 00:00:00 2001 From: Juicy Date: Tue, 18 May 2021 22:16:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egame/maps/hobby=5Froom=5Fcorrupted/bas?= =?UTF-8?q?eball=5Fbats.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/baseball_bats.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/maps/hobby_room_corrupted/baseball_bats.gd b/game/maps/hobby_room_corrupted/baseball_bats.gd index af32dfd..9de87ea 100644 --- a/game/maps/hobby_room_corrupted/baseball_bats.gd +++ b/game/maps/hobby_room_corrupted/baseball_bats.gd @@ -3,10 +3,10 @@ extends RPGH_Event func default(): textbox("5") - if (is_first_run()): + if is_first_run(): textbox("6") textbox("7", DataBase.AKO_01) - if (map.talked_to_bats_or_junk.value): + if map.talked_to_bats_or_junk.value: textbox("8", DataBase.AKO_01) screen_text("9") screen_text("10")