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