mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
Encounter Pro: disabled Claymores
This commit is contained in:
@ -2161,6 +2161,11 @@ wallbuy_location_changes()
|
||||
add_wallbuy("bowie_knife_zm");
|
||||
}
|
||||
}
|
||||
|
||||
if(level.scr_zm_ui_gametype == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
|
||||
{
|
||||
remove_wallbuy("claymore_zm");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user