mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Remove extra spaces after start of comment
This commit is contained in:
@ -2856,7 +2856,7 @@ buildbuildables()
|
|||||||
}
|
}
|
||||||
else if (level.scr_zm_map_start_location == "processing")
|
else if (level.scr_zm_map_start_location == "processing")
|
||||||
{
|
{
|
||||||
flag_wait("initial_blackscreen_passed"); // wait for buildables to randomize
|
flag_wait("initial_blackscreen_passed"); // wait for buildables to randomize
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm");
|
level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm");
|
||||||
@ -2878,12 +2878,12 @@ buildbuildables()
|
|||||||
{
|
{
|
||||||
if (level.scr_zm_map_start_location == "street")
|
if (level.scr_zm_map_start_location == "street")
|
||||||
{
|
{
|
||||||
flag_wait("initial_blackscreen_passed"); // wait for buildables to be built
|
flag_wait("initial_blackscreen_passed"); // wait for buildables to be built
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
updatebuildables();
|
updatebuildables();
|
||||||
removebuildable("turbine", "buried");
|
removebuildable("turbine", "buried");
|
||||||
removebuildable("headchopper_zm", "buried"); // TODO - remove line when headchopper anims work on Borough
|
removebuildable("headchopper_zm", "buried"); // TODO - remove line when headchopper anims work on Borough
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
struct_init()
|
struct_init()
|
||||||
{
|
{
|
||||||
scripts\zm\replaced\utility::register_perk_struct("", "", (0, 0, 0), (0, 0, 0)); // need this for pap to work
|
scripts\zm\replaced\utility::register_perk_struct("", "", (0, 0, 0), (0, 0, 0)); // need this for pap to work
|
||||||
scripts\zm\replaced\utility::register_perk_struct("specialty_weapupgrade", "p6_anim_zm_buildable_pap_on", (10460, -564, -220), (0, -35, 0));
|
scripts\zm\replaced\utility::register_perk_struct("specialty_weapupgrade", "p6_anim_zm_buildable_pap_on", (10460, -564, -220), (0, -35, 0));
|
||||||
|
|
||||||
zone_respawnpoints = [];
|
zone_respawnpoints = [];
|
||||||
|
Reference in New Issue
Block a user