diff --git a/README.md b/README.md index d534859d..362780ab 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index f626ed98..fc6d4b5d 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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;