1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -05:00

Buried: fix buildable parts not being picked up

This commit is contained in:
Jbleezy
2022-01-25 11:06:45 -08:00
parent 5a83ca701d
commit 09308a5ab5

View File

@ -2518,8 +2518,8 @@ buildbuildables()
} }
else if(level.scr_zm_map_start_location == "processing") else if(level.scr_zm_map_start_location == "processing")
{ {
level waittill( "buildables_setup" ); // wait for buildables to randomize flag_wait( "initial_blackscreen_passed" ); // wait for buildables to randomize
wait 0.05; wait 1;
level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm"); level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm");