mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Buried: fix buildable parts not being picked up
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user