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:
@ -243,6 +243,7 @@
|
|||||||
* Increased trigger radius
|
* Increased trigger radius
|
||||||
* Decreased upgraded ammo cost from 4500 to 2500
|
* Decreased upgraded ammo cost from 4500 to 2500
|
||||||
* Ammo can be purchased if only alt weapon ammo has been used
|
* 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
|
* Lethal grenade hint string no longer displays "ammo" after purchasing
|
||||||
|
|
||||||
## Mystery Box
|
## Mystery Box
|
||||||
|
@ -227,6 +227,7 @@ post_all_players_spawned()
|
|||||||
level.ta_vaultfee = 0;
|
level.ta_vaultfee = 0;
|
||||||
level.ta_tellerfee = 0;
|
level.ta_tellerfee = 0;
|
||||||
level.weapon_locker_online = 0;
|
level.weapon_locker_online = 0;
|
||||||
|
level.dont_link_common_wallbuys = 1;
|
||||||
level.magicbox_timeout = 9;
|
level.magicbox_timeout = 9;
|
||||||
level.packapunch_timeout = 12;
|
level.packapunch_timeout = 12;
|
||||||
level.perk_purchase_limit = 9;
|
level.perk_purchase_limit = 9;
|
||||||
|
Reference in New Issue
Block a user