From 09308a5ab5f18dda100bcfda5011791166759f0b Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Tue, 25 Jan 2022 11:06:45 -0800 Subject: [PATCH] Buried: fix buildable parts not being picked up --- scripts/zm/_zm_reimagined.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index e1b1f718..c833193a 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -2518,8 +2518,8 @@ buildbuildables() } else if(level.scr_zm_map_start_location == "processing") { - level waittill( "buildables_setup" ); // wait for buildables to randomize - wait 0.05; + flag_wait( "initial_blackscreen_passed" ); // wait for buildables to randomize + wait 1; level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm");