Fix item duplication issue with Inventory Editor

This commit is contained in:
Kurt
2014-11-26 23:06:10 -08:00
parent 5581b0d035
commit 66caee41b9

View File

@@ -6251,10 +6251,20 @@ private void InitializeStrings()
abilitylist[0] = itemlist[0] = movelist[0] = "("+itemlist[0]+")";
// Fix Item Names (Duplicate entries)
itemlist[456] += " (OLD)";
itemlist[629] += " (2)";
itemlist[707] += " (2)";
itemlist[713] += " (2)";
itemlist[456] += " (OLD)"; // S.S. Ticket
itemlist[463] += " (OLD)"; // Storage Key
itemlist[478] += " (OLD)"; // Basement Key
itemlist[626] += " (2)"; // Xtransceiver
itemlist[629] += " (2)"; // DNA Splicers
itemlist[637] += " (2)"; // Dropped Item
itemlist[707] += " (2)"; // Travel Trunk
itemlist[713] += " (2)"; // Alt Bike
itemlist[714] += " (2)"; // Holo Caster
itemlist[729] += " (1)"; // Meteorite
itemlist[740] += " (2)"; // Contest Costume
itemlist[751] += " (2)"; // Meteorite
itemlist[771] += " (3)"; // Meteorite
itemlist[772] += " (4)"; // Meteorite
// Get the Egg Name and then replace it with --- for the comboboxes.
eggname = specieslist[0];