Very minor bug, but I noticed that for some strange reason that Robe Of Useful Things was sorted before Robe Of The Geomancers in my inventory.
We know Card Hunter uses the Flash AS3 search function. Maybe it also has the feature that it always sorts upper case letters before lower case ones. The item names as spelled in the game are Robe of Useful Things <- upper case U Robe of the Geomancers <- lower case t
Yes, this might well be the case. Looking at the AS3 string comparision rules it states trace("A" < "a"); // true
I noticed this too with Shield Of Vitality coming before Shield Of The Aggressor. (And then there's actual typos like Advanced Devotion having an extra space and St Ulrich's Bones missing its period.)
Seems to be the same cause with the shields as in the opening post as the Aggressor shield is spelled (correctly) with a lower case "the". Same goes for "Shield of the Frog" and "Shield of the Tumbler".