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

Increase Jet Gun and Sliquifier cost to 10000

This commit is contained in:
Jbleezy
2023-02-27 16:24:50 -08:00
parent 1cd98e04a6
commit 8c36f12d95

View File

@ -2799,11 +2799,11 @@ get_equipment_cost()
}
else if (self.equipname == "jetgun_zm")
{
return 5000;
return 10000;
}
else if (self.equipname == "slipgun_zm")
{
return 5000;
return 10000;
}
return 1000;