fix: unable to add legendary core #955
@ -415,8 +415,9 @@ export const addItem = async (
|
||||
}
|
||||
break;
|
||||
case "Upgrades": {
|
||||
if (typeName.substr(1).split("/")[2] == "CosmeticEnhancers") {
|
||||
// Needed to add Traumatic Peculiar
|
||||
switch (typeName.substr(1).split("/")[2]) {
|
||||
case "Mods": // Legendary Core
|
||||
case "CosmeticEnhancers": // Traumatic Peculiar
|
||||
const changes = [
|
||||
{
|
||||
ItemType: typeName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user