mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-20 03:59:47 -05:00
Encounter Pro: disable Semtex and Claymore wallbuys
This commit is contained in:
@ -566,6 +566,7 @@
|
||||
* Removed powerups
|
||||
* Removed buildables
|
||||
* Removed unlimited sprint
|
||||
* Disabled Semtex and Claymore wallbuys
|
||||
|
||||
## Launching New Maps
|
||||
|
||||
|
@ -2175,6 +2175,12 @@ wallbuy_location_changes()
|
||||
add_wallbuy("bowie_knife_zm");
|
||||
}
|
||||
}
|
||||
|
||||
if(is_true(level.scr_zm_ui_gametype_pro))
|
||||
{
|
||||
remove_wallbuy("sticky_grenade_zm");
|
||||
remove_wallbuy("claymore_zm");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user