1
0
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:
Jbleezy
2023-03-04 01:54:45 -08:00
parent fb00fb1540
commit 032f40bb66
2 changed files with 7 additions and 0 deletions

View File

@ -566,6 +566,7 @@
* Removed powerups
* Removed buildables
* Removed unlimited sprint
* Disabled Semtex and Claymore wallbuys
## Launching New Maps

View File

@ -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");
}
}
}