1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 04:30:32 -05:00

Wallbuys: don't link common wallbuys

This commit is contained in:
Jbleezy
2023-03-30 02:43:53 -07:00
parent a6f763f307
commit 7a19e17cae
2 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,7 @@
* Increased trigger radius
* Decreased upgraded ammo cost from 4500 to 2500
* Ammo can be purchased if only alt weapon ammo has been used
* Purchasing no longer shows the weapon model at other wallbuys of the same weapon
* Lethal grenade hint string no longer displays "ammo" after purchasing
## Mystery Box

View File

@ -227,6 +227,7 @@ post_all_players_spawned()
level.ta_vaultfee = 0;
level.ta_tellerfee = 0;
level.weapon_locker_online = 0;
level.dont_link_common_wallbuys = 1;
level.magicbox_timeout = 9;
level.packapunch_timeout = 12;
level.perk_purchase_limit = 9;