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

Wallbuys: decrease upgraded ammo cost

This commit is contained in:
Jbleezy
2021-12-21 04:23:00 -08:00
parent 8b86174a28
commit b4f1a14754
3 changed files with 294 additions and 2 deletions

View File

@ -2,6 +2,16 @@
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
get_upgraded_ammo_cost( weapon_name )
{
if ( isDefined( level.zombie_weapons[ weapon_name ].upgraded_ammo_cost ) )
{
return level.zombie_weapons[ weapon_name ].upgraded_ammo_cost;
}
return 2500;
}
makegrenadedudanddestroy()
{
self endon( "death" );