From 8c1b883d417725f4493f55b6b47d72e8b068c558 Mon Sep 17 00:00:00 2001 From: JavidPack Date: Fri, 17 Nov 2017 13:00:01 -0700 Subject: [PATCH] 0.1.5.8 small fix --- UIKit/UIComponents/ItemBrowser.cs | 2 +- build.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UIKit/UIComponents/ItemBrowser.cs b/UIKit/UIComponents/ItemBrowser.cs index fc22bd5..cb74612 100644 --- a/UIKit/UIComponents/ItemBrowser.cs +++ b/UIKit/UIComponents/ItemBrowser.cs @@ -602,7 +602,7 @@ public static void ParseList2() }, new Category("Mounts", x=>x.mountType != -1), new Category("Dyes", x=>x.dye != 0), - new Category("Boss Summons", x=>ItemID.Sets.SortingPriorityBossSpawns[x.type] != -1 && x.type != ItemID.LifeCrystal && x.type != ItemID.ManaCrystal && x.type != ItemID.CellPhone && x.type != ItemID.IceMirror && x.type != ItemID.MagicMirror && x.type != ItemID.LifeFruit) { + new Category("Boss Summons", x=>ItemID.Sets.SortingPriorityBossSpawns[x.type] != -1 && x.type != ItemID.LifeCrystal && x.type != ItemID.ManaCrystal && x.type != ItemID.CellPhone && x.type != ItemID.IceMirror && x.type != ItemID.MagicMirror && x.type != ItemID.LifeFruit && x.netID != ItemID.TreasureMap || x.netID == ItemID.PirateMap) { // vanilla bug. Sorts = new Sort[] { new Sort(new UIImage(HEROsMod.instance.GetTexture("Images/sortDamage")){Tooltip = "Progression Order"}, (x,y)=>ItemID.Sets.SortingPriorityBossSpawns[x.type].CompareTo(ItemID.Sets.SortingPriorityBossSpawns[y.type])), } }, new Category("Consumables", x=>x.consumable), diff --git a/build.txt b/build.txt index 0027398..e68684d 100644 --- a/build.txt +++ b/build.txt @@ -1,5 +1,5 @@ author = HERO, jopojelly -version = 0.1.5.7 +version = 0.1.5.8 displayName = HERO's Mod homepage = http://forums.terraria.org/index.php?threads/heros-mod-creative-mode-server-management-and-over-25-tools-1-3-1-1-compatible.44650/ buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, tmod\*, ignore\*, ZVidBuild\*, Images\Old*, Images\AllIcons.psd, .git\*, LICENSE, .gitignore