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

This commit is contained in:
Juicy 2021-05-18 22:16:43 +02:00
parent 4821778f4d
commit 172b33f6d8

View File

@ -3,10 +3,10 @@ extends RPGH_Event
func default(): func default():
textbox("5") textbox("5")
if (is_first_run()): if is_first_run():
textbox("6") textbox("6")
textbox("7", DataBase.AKO_01) 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) textbox("8", DataBase.AKO_01)
screen_text("9") screen_text("9")
screen_text("10") screen_text("10")