class SRKFBuyMenuInvListBox extends KFBuyMenuInvListBox; function InitComponent(GUIController MyController, GUIComponent MyOwner) { DefaultListClass = string(Class'SRKFBuyMenuInvList'); Super.InitComponent(MyController,MyOwner); } final function GUIBuyable FindMatchingBuyable( Class A ) { local bool bArmor; local int i; bArmor = (A==Class'Vest'); for( i=0; i