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:
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user