public static bool PlayerHasArmory() { NodeList <ArmoryNode> armoryNodeList = Service.Get <BuildingLookupController>().ArmoryNodeList; return(armoryNodeList.CalculateCount() > 0); }