diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 57b0531f..54c631e0 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -2856,7 +2856,7 @@ buildbuildables() } 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; level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm"); @@ -2878,12 +2878,12 @@ buildbuildables() { 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; updatebuildables(); 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 } } } diff --git a/scripts/zm/locs/zm_transit_loc_cornfield.gsc b/scripts/zm/locs/zm_transit_loc_cornfield.gsc index 29523f85..8a85bdf3 100644 --- a/scripts/zm/locs/zm_transit_loc_cornfield.gsc +++ b/scripts/zm/locs/zm_transit_loc_cornfield.gsc @@ -10,7 +10,7 @@ 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)); zone_respawnpoints = [];