mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Increase Jet Gun and Sliquifier cost to 10000
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user