parent
a029c288b7
commit
292ac9d41b
@ -59,7 +59,9 @@ export const modularWeaponCraftingController: RequestHandler = async (req, res)
|
|||||||
}
|
}
|
||||||
const currencyChanges = updateCurrency(
|
const currencyChanges = updateCurrency(
|
||||||
inventory,
|
inventory,
|
||||||
category == "Hoverboards" || category == "MoaPets" ? 5000 : 4000,
|
category == "Hoverboards" || category == "MoaPets" || category == "LongGuns" || category == "Pistols"
|
||||||
|
? 5000
|
||||||
|
: 4000, // Definitely correct for Melee & OperatorAmps
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
addMiscItems(inventory, miscItemChanges);
|
addMiscItems(inventory, miscItemChanges);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user