1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Buried: auto draw Remington 870 wallbuy

Borough: add Remington 870 wallbuy
This commit is contained in:
Jbleezy
2024-01-11 12:59:45 -08:00
parent 3ccbbda064
commit 581c8b1e13
3 changed files with 41 additions and 9 deletions

View File

@ -77,6 +77,7 @@ init()
sloth_barricades_buyable();
add_jug_collision();
level thread build_870mcs_wallbuy();
level thread remove_chalk_draw_points();
level thread enable_fountain_transport();
level thread disable_ghost_free_perk_on_damage();
@ -337,6 +338,20 @@ sloth_barricade_move()
}
}
build_870mcs_wallbuy()
{
if (!is_gametype_active("zclassic"))
{
return;
}
flag_wait("initial_blackscreen_passed");
wait 1;
maps\mp\zm_buried_gamemodes::builddynamicwallbuy("stablesroof", "870mcs_zm");
}
remove_chalk_draw_points()
{
flag_wait("initial_blackscreen_passed");