1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-17 18:48:03 -05:00

Tunnel: replace MP5 with AK74u

This commit is contained in:
Jbleezy
2023-03-16 03:26:58 -07:00
parent c050a653fc
commit 97c77dc28d
2 changed files with 4 additions and 4 deletions

View File

@ -423,7 +423,7 @@
#### Power Station #### Power Station
* Added Survival and Grief game modes * Added Survival and Grief game modes
* Wallbuys: M14, Olympia, MP5, Ak74u, Remington 870, Bowie Knife * Wallbuys: M14, Olympia, MP5, AK74u, Remington 870, Bowie Knife
* Perks: Juggernog, Quick Revive, Speed Cola, Double Tap, Tombstone Soda * Perks: Juggernog, Quick Revive, Speed Cola, Double Tap, Tombstone Soda
* Pack-a-Punch * Pack-a-Punch
@ -435,14 +435,14 @@
#### Tunnel #### Tunnel
* Added Survival and Grief game modes * Added Survival and Grief game modes
* Wallbuys: M14, Olympia, MP5, M16, Semtex * Wallbuys: M14, Olympia, AK74u, M16, Semtex
* No Mystery Box * No Mystery Box
* Perks: Juggernog, Quick Revive, Speed Cola, Double Tap, Stamin-Up * Perks: Juggernog, Quick Revive, Speed Cola, Double Tap, Stamin-Up
* Pack-a-Punch * Pack-a-Punch
#### Cornfield #### Cornfield
* Added Survival and Grief game modes * Added Survival and Grief game modes
* Wallbuys: M14, Olympia, B23R, MP5, Ak74u, M16, Remington 870, Semtex, Claymore * Wallbuys: M14, Olympia, B23R, MP5, AK74u, M16, Remington 870, Semtex, Claymore
* 2 Mystery Box locations * 2 Mystery Box locations
* No perks * No perks
* Pack-a-Punch * Pack-a-Punch

View File

@ -57,7 +57,7 @@ init_wallbuys()
{ {
scripts\zm\replaced\utility::wallbuy( "m14_zm", "m14", "weapon_upgrade", ( -11166, -2844, 247 ), ( 0, -86, 0 ) ); scripts\zm\replaced\utility::wallbuy( "m14_zm", "m14", "weapon_upgrade", ( -11166, -2844, 247 ), ( 0, -86, 0 ) );
scripts\zm\replaced\utility::wallbuy( "rottweil72_zm", "olympia", "weapon_upgrade", ( -10787, -1430, 247 ), ( 0, 88, 0 ) ); scripts\zm\replaced\utility::wallbuy( "rottweil72_zm", "olympia", "weapon_upgrade", ( -10787, -1430, 247 ), ( 0, 88, 0 ) );
scripts\zm\replaced\utility::wallbuy( "mp5k_zm", "mp5", "weapon_upgrade", ( -10656, -752, 247 ), ( 0, 83, 0 ) ); scripts\zm\replaced\utility::wallbuy( "ak74u_zm", "ak74u", "weapon_upgrade", ( -10656, -752, 247 ), ( 0, 83, 0 ) );
scripts\zm\replaced\utility::wallbuy( "m16_zm", "m16", "weapon_upgrade", ( -11839, -1695.1, 287 ), ( 0, 270, 0 ) ); scripts\zm\replaced\utility::wallbuy( "m16_zm", "m16", "weapon_upgrade", ( -11839, -1695.1, 287 ), ( 0, 270, 0 ) );
scripts\zm\replaced\utility::wallbuy( "sticky_grenade_zm", "sticky_grenade", "weapon_upgrade", ( -11839, -2406, 283 ), ( 0, -93, 0 ) ); scripts\zm\replaced\utility::wallbuy( "sticky_grenade_zm", "sticky_grenade", "weapon_upgrade", ( -11839, -2406, 283 ), ( 0, -93, 0 ) );
} }